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 (UInt32)

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

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

Parameters

value
The value to represent as a Currency.

Remarks

This constructor initializes a new instance of Currency to an unsigned int or UInt32 (uint) value

See Also

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