Partilhar via


GeneralUtility.Compress Method

Compresses 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 Compress ( _
    data As Byte() _
) As Byte()
'Usage
Dim data As Byte()
Dim returnValue As Byte()

returnValue = GeneralUtility.Compress(data)
public static byte[] Compress(
    byte[] data
)

Parameters

  • data
    Type: []
    The byte array to compress.

Return Value

Type: []

See Also

Reference

GeneralUtility Class

GeneralUtility Members

Microsoft.Office.Project.Server.Library Namespace