JsonReader.ReadDecimalArray method
Reads an array of Decimal objects.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Function ReadDecimalArray As Decimal()
'Usage
Dim instance As JsonReader
Dim returnValue As Decimal()
returnValue = instance.ReadDecimalArray()
public decimal[] ReadDecimalArray()
Return value
Type: []