BASS.NET API for the Un4seen BASS Audio Library

UtilsStringToNullTermUnicode Method (String, IntPtr, Boolean)

BASS.NET API for the Un4seen BASS Audio Library
Copies the contents of a managed string array 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,
	bool addCRLF
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Un4seen.Bass.Utils.StringToNullTermUnicode(System.String[],System.IntPtr,System.Boolean)"]

target
Type: SystemIntPtr

[Missing <param name="target"/> documentation for "M:Un4seen.Bass.Utils.StringToNullTermUnicode(System.String[],System.IntPtr,System.Boolean)"]

addCRLF
Type: SystemBoolean

[Missing <param name="addCRLF"/> documentation for "M:Un4seen.Bass.Utils.StringToNullTermUnicode(System.String[],System.IntPtr,System.Boolean)"]

Remarks

An additional final null-terminator is added as well, so that the last element will end with a a double null-terminator. Note, that empty array elements will be skipped.
See Also

Reference