JsonReader.ReadDecimal method
Reads the Decimal value.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Function ReadDecimal As Decimal
'Usage
Dim instance As JsonReader
Dim returnValue As Decimal
returnValue = instance.ReadDecimal()
public decimal ReadDecimal()
Return value
Type: System.Decimal