Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deserializes an object from the compressed format.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Shared Function DecompressToObject ( _
data As Byte() _
) As Object
'Usage
Dim data As Byte()
Dim returnValue As Object
returnValue = GeneralUtility.DecompressToObject(data)
public static Object DecompressToObject(
byte[] data
)
Parameters
data
Type: []The compressed data ofthe object.
Return value
Type: System.Object