EAPEncodeGZipDecompress Method (String) |
Decompress a base64 encoded string using the .Net GZip implementation.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string GZipDecompress(
string base64CompressedData
)
Public Shared Function GZipDecompress (
base64CompressedData As String
) As String
Parameters
- base64CompressedData
- Type: SystemString
The data to decompress.
Return Value
Type:
StringThe decompressed data.
Remarks
http://www.codeproject.com/useritems/ViewStateCompression.asp
See Also