Retrieves an array of strings from a given unmanaged memory location.
NOTE: This method evaluates the pointer as 'a series/array of null-terminated UTF-8 strings.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Parameters
- pointer
- Type: SystemIntPtr
The pointer to the unmanaged memory block.
Return Value
Type: Stringor an array of strings. Each array element will represent one text as obtained from the IntPtr.
See Also