次の方法で共有


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 名前空間