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

Asynchronously deserializes the JSON to the specified .NET type. Deserialization will happen on a new thread.

Syntax
C++
C#
Visual Basic
public: Task<object> DeserializeObjectAsync( string value );
Parameters
Parameters 
Description 
value 
The JSON to deserialize. 
Returns

A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains 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.