JsonReader.ReadInt64 method

Creates a Int64 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 ReadInt64 As Long
'Usage
Dim instance As JsonReader
Dim returnValue As Long

returnValue = instance.ReadInt64()
public long ReadInt64()

Return value

Type: System.Int64
Int64 .

Remarks

The type of the token that can be used to create the Int64 object is Long.

See also

Reference

JsonReader class

JsonReader members

Microsoft.SharePoint.Client namespace