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

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

Syntax
C++
C#
Visual Basic
public: XDocument DeserializeXNode( 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 XNode

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