C-DEngine 5.105

TheCommonUtils..::..CArray2UnicodeString Method (array<Byte>[]()[][], Int32, Int32)

Converts a portion of a Unicode-encoded byte array to a string.

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string CArray2UnicodeString(
	byte[] pIn,
	int index,
	int count
)
Public Shared Function CArray2UnicodeString ( _
	pIn As Byte(), _
	index As Integer, _
	count As Integer _
) As String
public:
static String^ CArray2UnicodeString(
	array<unsigned char^>^ pIn, 
	int^ index, 
	int^ count
)

Parameters

pIn
Type: array<Byte>[]()[][]
Input byte array containing Unicode characters.
index
Type: Int32
Index of first byte to convert.
count
Type: Int32
Number of bytes to include in conversion.

Return Value

A string.