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 Constructor (Decimal)

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
);

Parameters

value
The value to represent as a Currency.

Remarks

This constructor initializes a new instance of the Currency to a decimal value.

See Also

Currency Structure | Currency Members | System Namespace | Currency Constructor Overload List