GeneralUtility.Decompress 方法
解压缩的字节数组。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Shared Function Decompress ( _
data As Byte() _
) As Byte()
用法
Dim data As Byte()
Dim returnValue As Byte()
returnValue = GeneralUtility.Decompress(data)
public static byte[] Decompress(
byte[] data
)
参数
data
类型:[]要解压缩的字节数组。
返回值
类型:[]