DeserializeXmlNode Method (value)

Json.NET

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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)