JsonReader.ReadInt32 method

Creates a Int32 object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Function ReadInt32 As Integer
'Usage
Dim instance As JsonReader
Dim returnValue As Integer

returnValue = instance.ReadInt32()
public int ReadInt32()

Return value

Type: System.Int32
Int32 .

Remarks

The type of the token that can be used to create the Int32 object is Long. This method converts the value of the token to a value of Int32.

See also

Reference

JsonReader class

JsonReader members

Microsoft.SharePoint.Client namespace