解压缩基于 GZip 压缩的字符串。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static string UnGZip(
string zipStr
)
Parameters
- zipStr
- Type: SystemString
压缩过的字符串(BASE64 编码)。
Return Value
Type:
String源字符串。
See Also