Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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