Partager via


GeneralUtility.Compress - Méthode

Compresse un tableau d'octets.

Espace de noms :  Microsoft.Office.Project.Server.Library
Assembly :  Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)

Syntaxe

'Déclaration
Public Shared Function Compress ( _
    data As Byte() _
) As Byte()
'Utilisation
Dim data As Byte()
Dim returnValue As Byte()

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

Paramètres

  • data
    Type : []

    Tableau d'octets à compresser.

Valeur renvoyée

Type : []

Voir aussi

Référence

GeneralUtility classe

GeneralUtility - Membres

Microsoft.Office.Project.Server.Library - Espace de noms