Converts a Currency to a Decimal.
[Visual Basic] Public Shared Function ToDecimal( _ ByVal c As Currency _ ) As Decimal [C#] public static Decimal ToDecimal( Currency c ); [C++] public: static Decimal ToDecimal( Currency c ); [JScript] public static function ToDecimal( c : Currency ) : Decimal;
The result of converting the Curreny value to a Decimal.
The ToDecimal method converts a Currency value to a decimal value.