BASS.NET API for the Un4seen BASS Audio Library

UtilsIntPtrToArrayNullTermAnsi Method

BASS.NET API for the Un4seen BASS Audio Library
Retrieves an array of strings from a given unmanaged memory location.

NOTE: This method evaluates the pointer as 'a series/array of null-terminated Ansi strings.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static string[] IntPtrToArrayNullTermAnsi(
	IntPtr pointer
)

Parameters

pointer
Type: SystemIntPtr
The pointer to the unmanaged memory block.

Return Value

Type: String
or an array of strings. Each array element will represent one text as obtained from the IntPtr.
See Also

Reference