Click or drag to resize

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
)

Parameters

base64CompressedData
Type: SystemString
The data to decompress.

Return Value

Type: String
The decompressed data.
Remarks
http://www.codeproject.com/useritems/ViewStateCompression.asp
See Also