Method ToDecimal
ToDecimal()
Attempts to convert JSON value to decimal
Declaration
public decimal ToDecimal()
Returns
Type | Description |
---|---|
System.Decimal | converted decimal value |
Exceptions
Type | Condition |
---|---|
System.FormatException | |
System.InvalidCastException | |
System.OverflowException |