Method DecompressStringFromGZip
DecompressStringFromGZip(string, bool)
Decompresses the string.
Declaration
public static string DecompressStringFromGZip(string compressedText, bool requirePrefix = false)Parameters
| Type | Name | Description | 
|---|---|---|
| string | compressedText | The compressed text. | 
| bool | requirePrefix | Indicates whether compressed text must contain GZip prefix | 
Returns
| Type | Description | 
|---|---|
| string | 
