del método JsonReader.ReadDouble
Crea un objeto Double 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 ReadDouble As Double
'Uso
Dim instance As JsonReader
Dim returnValue As Double
returnValue = instance.ReadDouble()
public double ReadDouble()
Valor devuelto
Tipo: System.Double
Double .
Comentarios
Los tipos de token JSON que puede utilizarse para crear el objeto Double son Long, ULong y Double. Este método convierte el valor del token en un valor de Double.