GeneralUtility.Decompress - Méthode
Dé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 Decompress ( _
data As Byte() _
) As Byte()
'Utilisation
Dim data As Byte()
Dim returnValue As Byte()
returnValue = GeneralUtility.Decompress(data)
public static byte[] Decompress(
byte[] data
)
Paramètres
data
Type : []Tableau d'octets à décompresser.
Valeur renvoyée
Type : []