共用方式為


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
    類型:[]

    若要解壓縮位元組陣列。

傳回值

類型:[]

請參閱

參照

GeneralUtility 類別

GeneralUtility 成員

Microsoft.Office.Project.Server.Library 命名空間