XmlSerializerRepository ParseFromXmlString T  Method (String)DocuWare Platform .NET API
Parses from the specified 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>(
	string xml
)
where T : new()
Type Parameters

T

Return Value

Type: T
See Also