Deserializes the XmlNode from a JSON string nested in a root elment.

Declaration Syntax
Public Shared Function DeserializeXmlNode ( _
value As String, _
deserializeRootElementName As String _
) As XmlNode
public:
static XmlNode^ DeserializeXmlNode(
String^ value,
String^ deserializeRootElementName
)

Parameters
- value (String)
- The JSON string.
- deserializeRootElementName (String)
- The name of the root element to append when deserializing.

Return Value
The deserialized XmlNode
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)