Compartir a través de


del método JsonReader.ReadUInt64

Crea un objeto UInt64 de la cadena JSON. Este miembro está reservado para uso interno y no debe usarse directamente desde el código.

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblados:   Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll)

Sintaxis

'Declaración
Public Function ReadUInt64 As ULong
'Uso
Dim instance As JsonReader
Dim returnValue As ULong

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

Valor devuelto

Tipo: System.UInt64
UInt64 .

Comentarios

Los tipos de token JSON que puede utilizarse para crear el objeto UInt64 son Long y ULong. Este método convierte el valor del token en un valor de UInt64.

Vea también

Referencia

clase JsonReader

Miembros JsonReader

Espacio de nombres Microsoft.SharePoint.Client