Share via


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
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 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