JsonReader.ReadUInt64Array method
Creates a UInt64 array 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 ReadUInt64Array As ULong()
'Usage
Dim instance As JsonReader
Dim returnValue As ULong()
returnValue = instance.ReadUInt64Array()
public ulong[] ReadUInt64Array()
Return value
Type: []
UInt64 .
Remarks
The tokens within “[” and “]” must be a sequence of Long or ULong tokens that are comma-separated, such as “[value1,value2,…]”. This method converts the value of the token to the value of UInt64.