UniValue ParseXml Method Nemiro.OAuth
Converts the specified XML string to an UniValue.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public static UniValue ParseXml(
	string text
)

Parameters

text
Type: System String
A string containing a XML data to parse.

Return Value

Type: UniValue
A new UniValue instance.
Exceptions

ExceptionCondition
ArgumentNullExceptiontext is null.
See Also