Share via


JsonReader.ReadDouble Method

Creates a Double object from the JSON string. 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 (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Function ReadDouble As Double
'Usage
Dim instance As JsonReader
Dim returnValue As Double

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

Return Value

Type: System.Double
Double .

Remarks

The types of the JSON token that can be used to create the Double object are Long, ULong and Double. This method converts the value of the token to a value of Double.

See Also

Reference

JsonReader Class

JsonReader Members

Microsoft.SharePoint.Client Namespace