BASS.NET API for the Un4seen BASS Audio Library

UtilsStringToNullTermUnicode Method (String, IntPtr)

BASS.NET API for the Un4seen BASS Audio Library
Copies the contents of a managed string into unmanaged memory and appends a null-terminator.

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

public static void StringToNullTermUnicode(
	string text,
	IntPtr target
)

Parameters

text
Type: SystemString
The managed string to copy to target.
target
Type: SystemIntPtr
The address, in unmanaged memory, to where text should be copied.
See Also

Reference