JsonReader.ReadSingleArray method
Creates a Single array 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 ReadSingleArray As Single()
'Usage
Dim instance As JsonReader
Dim returnValue As Single()
returnValue = instance.ReadSingleArray()
public float[] ReadSingleArray()
Return value
Type: []
Single .
Remarks
The type of the tokens that can be used to create the Single array object is Single(). 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 Single.