JsonReader.ReadDoubleArray method

Creates a Double array 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 ReadDoubleArray As Double()
'Usage
Dim instance As JsonReader
Dim returnValue As Double()

returnValue = instance.ReadDoubleArray()
public double[] ReadDoubleArray()

Return value

Type: []
Double .

Remarks

The type of the token that can be used to create the Double array object is Double. The value of the start token must be “[” and the value of the end token must be “]”. This method converts the value of the tokens to the value of Double.

See also

Reference

JsonReader class

JsonReader members

Microsoft.SharePoint.Client namespace