XmlSerializerRepository ParseFromXmlString T  Method ( Byte )DocuWare Platform .NET API
Parses from the specified compressed XML string.

Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: 6.5.0.0 (6.5.0.5648)
Syntax

public static T ParseFromXmlString<T>(
	byte[] compressedXml
)
where T : new()

Parameters

compressedXml
Type:  OnlineSystem Byte 
The XML.
Type Parameters

T

Return Value

Type: T
See Also