XmlSerializerRepository ToXmlString T  Method DocuWare Platform .NET API
Converts an object to an 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 string ToXmlString<T>(
	T item,
	bool encodeWithUtf16 = false
)
where T : new()

Parameters

item
Type: T
The object to convert.
encodeWithUtf16 (Optional)
Type: OnlineSystem Boolean
if set to true [encode with UTF16].
Type Parameters

T

Return Value

Type: OnlineString
See Also