Overload List
Name | Description | |
---|---|---|
![]() ![]() | IntPtrAsStringAnsi(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. |
![]() ![]() | IntPtrAsStringAnsi(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. |
See Also