GeneralUtility.Decompress Method
Decompresses a byte array.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Shared Function Decompress ( _
data As Byte() _
) As Byte()
'Usage
Dim data As Byte()
Dim returnValue As Byte()
returnValue = GeneralUtility.Decompress(data)
public static byte[] Decompress(
byte[] data
)
Parameters
- data
Type: []
The byte array to decompress.
Return Value
Type: []