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
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 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.