C-DEngine 5.105

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

Decompresses data that was originally compressed with a call to cdeCompressString.

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

Syntax


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

Parameters

sourceArray
Type: array<Byte>[]()[][]
The input byte array.

Return Value

A string representing the results of decompressing the input buffer.