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.