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
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); 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.