Click or drag to resize

EAPEncodeGZipCompress Method (String)

Compresses a base-64 string and returns the compressed version.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string GZipCompress(
	string base64StringData
)

Parameters

base64StringData
Type: SystemString
The base64 encoded string.

Return Value

Type: String
A compressed version of the same base64 encoded string
See Also