UniValue TryParseXml Method Nemiro.OAuth
Converts the specified XML string to an UniValue. A return value indicates whether the conversion succeeded.

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

public static bool TryParseXml(
	string text,
	out UniValue result
)

Parameters

text
Type: System String
A string containing a XML data to parse.
result
Type: Nemiro.OAuth UniValue 
If successful, this parameter takes the result of parsing data.

Return Value

Type: Boolean
true if s was converted successfully; otherwise, false.
See Also