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() _
) As String
C#
public static string Decompress(
	byte[] data
)

Parameters

data
Type: array<System..::..Byte>[]()[][]
Data to decompress.

Return Value

Decompressed string

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also