JsonReader.ReadUInt64-Methode
Erstellt ein UInt64 -Objekt aus der JSON-Zeichenfolge an. Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (in Microsoft.SharePoint.Client.Phone.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()
Rückgabewert
Typ: System.UInt64
UInt64 .
Hinweise
Die Typen von das JSON-Token, das verwendet werden können, zum Erstellen des Objekts UInt64 sind Long und ULong. Diese Methode konvertiert den Wert, der das Token in einen Wert des UInt64.