Compartilhar via


JsonReader.ReadDouble método

Cria um objeto de Double 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 ReadDouble As Double
'Uso
Dim instance As JsonReader
Dim returnValue As Double

returnValue = instance.ReadDouble()
public double ReadDouble()

Valor retornado

Tipo: System.Double
Double .

Comentários

Os tipos de token de JSON que podem ser usados para criar o objeto Double são Long, ULong e Double. Este método converte o valor do token para um valor de Double.

Ver também

Referência

JsonReader classe

JsonReader membros

Microsoft.SharePoint.Client namespace