ToDecimal Method
ToDecimal()
Converts the numeric value of this instance to its equivalent Decimal representation.
Declaration
public readonly decimal ToDecimal()
Returns
Decimal | The Decimal representation of this instance. |
Exceptions
OverflowException | This instance represents a number that is less than MinValue or greater than MaxValue. |