XmlSerializerRepositoryParseFromXmlStringT 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: Version 6.6
Syntax

C#
public static T ParseFromXmlString<T>(
	string xml
)
where T : new()

Parameters

xml
Type: SystemString
The XML.

Type Parameters

T

Return Value

Type: T
See Also

Reference