JsonReader.ReadUInt64 method

Creates a UInt64 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 ReadUInt64 As ULong
'Usage
Dim instance As JsonReader
Dim returnValue As ULong

returnValue = instance.ReadUInt64()
public ulong ReadUInt64()

Return value

Type: System.UInt64
UInt64 .

Remarks

The types of the JSON token that can be used to create the UInt64 object are Long and ULong. This method converts the value of the token to a value of UInt64.

See also

Reference

JsonReader class

JsonReader members

Microsoft.SharePoint.Client namespace