You are here: Symbol Reference > Stimulsoft.Base.Json.Linq Namespace > JToken Class > JToken Methods > ReadFrom Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JToken.ReadFrom Method

Creates a JToken from a JsonReader.

Syntax
C++
C#
Visual Basic
public: JToken ReadFrom( JsonReader reader );
Parameters
Parameters 
Description 
reader 
An JsonReader positioned at the token to read into this JToken
Returns

An JToken that contains the token and its descendant tokens that were read from the reader. The runtime type of the token is determined by the token type of the first token encountered in the reader.

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