NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Currency.ToDecimal

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;

Parameters

c
A Currency value.

Return Value

The result of converting the Curreny value to a Decimal.

Remarks

The ToDecimal method converts a Currency value to a decimal value.

See Also

Currency Structure | Currency Members | System Namespace