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
Assembly:  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