BASS.NET API for the Un4seen BASS Audio Library

UtilsIntPtrAsStringUtf8 Method

BASS.NET API for the Un4seen BASS Audio Library
Overload List

  NameDescription
Public methodStatic memberIntPtrAsStringUtf8(IntPtr)
Translates an IntPtr into a .NET managed string.

Sometime BASS returns an IntPtr which actually represents a pointer to a memory block containing a null-terminated UTF-8 *char (string, 8-bit). This method does this translation for you and returns the actual string.

Public methodStatic memberIntPtrAsStringUtf8(IntPtr, Int32)
Translates an IntPtr into a .NET managed string.

Sometime BASS returns an IntPtr which actually represents a pointer to a memory block containing a null-terminated UTF-8 *char (string, 8-bit). This method does this translation for you and returns the actual string.

Top
See Also

Reference