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

Deserializes the JSON to the specified .NET type using JsonSerializerSettings.

Syntax
C++
C#
Visual Basic
public: T DeserializeObject<T>( string value, JsonSerializerSettings settings );
Parameters
Parameters 
Description 
value 
The object to deserialize. 
settings 
The JsonSerializerSettings used to deserialize the object. If this is null, default serialization settings will be used.  
The type of the object to deserialize to. 
Returns

The deserialized object from the JSON string.

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