del método JsonReader.ReadSingle
Crea un objeto Single 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 ReadSingle As Single
'Uso
Dim instance As JsonReader
Dim returnValue As Single
returnValue = instance.ReadSingle()
public float ReadSingle()
Valor devuelto
Tipo: System.Single
Single .
Comentarios
El tipo del token que puede utilizarse para crear el objeto de Single desde la cadena JSON puede ser Long, ULong y Double. Este método convierte el valor del token en un valor de Single.