Decompress byte data to a string.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Shared Function Decompress ( _
	data As Byte(), _
	dataCharSet As Encoding _
) As String
C#
public static string Decompress(
	byte[] data,
	Encoding dataCharSet
)

Parameters

data
Type: array<System..::..Byte>[]()[][]
Byte data to decompress.
dataCharSet
Type: System.Text..::..Encoding
Encoding of the output string.

Return Value

Decompressed string.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also