Initializes a new instance of the Currency class to a value specified by a Decimal.
[Visual Basic] Overloads Public Sub New( _ ByVal value As Decimal _ ) [C#] public Currency( Decimal value ); [C++] public: Currency( Decimal value ); [JScript] public function Currency( value : Decimal );
This constructor initializes a new instance of the Currency to a decimal value.
Currency Structure | Currency Members | System Namespace | Currency Constructor Overload List