ReadAsInt32 Method

Json.NET

Json.NET - Quick Starts & API Documentation ReadAsInt32 Method
NamespacesNewtonsoft.JsonJsonReaderReadAsInt32()()()()
Reads the next JSON token from the stream as a Nullable<(Of <(<'T>)>)>.
Declaration Syntax
C# Visual Basic Visual C++
public abstract Nullable<int> ReadAsInt32()
Public MustOverride Function ReadAsInt32 As Nullable(Of Integer)
public:
virtual Nullable<int> ReadAsInt32() abstract
Return Value
A Nullable<(Of <(<'T>)>)>. This method will return null at the end of an array.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)