Share 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