Json.NET - Quick Starts & API Documentation
DeserializeXmlNode Method (value)
NamespacesNewtonsoft.JsonJavaScriptConvertDeserializeXmlNode(String)
Deserializes the XmlNode from a JSON string.
Declaration Syntax
C#Visual BasicVisual C++
public static XmlNode DeserializeXmlNode(
	string value
)
Public Shared Function DeserializeXmlNode ( _
	value As String _
) As XmlNode
public:
static XmlNode^ DeserializeXmlNode(
	String^ value
)
Parameters
value (String)
The JSON string.
Return Value
The deserialized XmlNode

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 2.0.0.0 (2.0.0.0)