You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonConvert Class > JsonConvert Methods > DeserializeXmlNode Method > DeserializeXmlNode Method (string, string)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonConvert.DeserializeXmlNode Method (string, string)

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

Syntax
C++
C#
Visual Basic
public: XmlDocument DeserializeXmlNode( string value, string deserializeRootElementName );
Parameters
Parameters 
Description 
value 
The JSON string. 
deserializeRootElementName 
The name of the root element to append when deserializing. 
Returns

The deserialized XmlNode

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.