Property AsDecimal
AsDecimal
Gets the value of this instance as decimal number.
Declaration
public virtual Decimal AsDecimal { get; }
Property Value
| Type | Description |
|---|---|
| Decimal | decimal value. |
Remarks
Valid only if this instance is NumberValue.
Exceptions
| Type | Condition |
|---|---|
| InvalidCastException | If this instance is not NumberValue. |