Method ToDecimal
ToDecimal()
Converts the value represented by this instance to a decimal
number.
Declaration
public override Decimal ToDecimal()
Returns
| Type | Description |
|---|---|
| Decimal | A decimal number equivalent to the value represented by this instance. |
Overrides
Remarks
This method performs implicit conversion from
long to
decimal.