Click or drag to resize
AkCommonUnGZip Method
解压缩基于 GZip 压缩的字符串。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string UnGZip(
	string zipStr
)

Parameters

zipStr
Type: SystemString
压缩过的字符串(BASE64 编码)。

Return Value

Type: String
源字符串。
See Also