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!

Decimal Constructor (Currency)

Initializes a new instance of the Decimal class to a value specified by a Currency.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As Currency _
)
[C#]
public Decimal(
   Currency value
);
[C++]
public: Decimal(
   Currency value
);
[JScript]
public function Decimal(
   value : Currency
);

Parameters

value
The value to represent as a Decimal.

Remarks

This constructor initializes a Decimal from a parameter in Currency format.

See Also

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