JsonReader.ReadUInt64 método
Cria um objeto de UInt64 da cadeia JSON. 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 (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)
Sintaxe
'Declaração
Public Function ReadUInt64 As ULong
'Uso
Dim instance As JsonReader
Dim returnValue As ULong
returnValue = instance.ReadUInt64()
public ulong ReadUInt64()
Valor retornado
Tipo: System.UInt64
UInt64 .
Comentários
Os tipos de token de JSON que podem ser usados para criar o objeto UInt64 são Long e ULong. Este método converte o valor do token para um valor de UInt64.