C-DEngine 5.105

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

Decompress data from a portion of a byte array to a string.

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

Syntax


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

Parameters

sourceArray
Type: array<Byte>[]()[][]
The input byte array.
index
Type: Int32
Index of the first elements of the array to decompress.
count
Type: Int32
Number of bytes to decompress.

Return Value