BASS.NET API for the Un4seen BASS Audio Library

UtilsIntPtrAsStringAnsi Method

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

  NameDescription
Public methodStatic memberIntPtrAsStringAnsi(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 Ansi *char (string, 8-bit). This method does this translation for you and returns the actual string.

Public methodStatic memberIntPtrAsStringAnsi(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 Ansi *char (string, 8-bit). This method does this translation for you and returns the actual string.

Top
See Also

Reference