Initializes a new instance of the Currency class to a value specified by a UInt64
[Visual Basic] Overloads Public Sub New( _ ByVal value As UInt64 _ ) [C#] public Currency( ulong value ); [C++] public: Currency( unsigned __int64 value ); [JScript] public function Currency( value : UInt64 );
Note that this constructor is not CLS compliant.
This constructor initializes a new instances of Currency to a unisigned __in64 or UInt64, which is a ulong value.
Currency Structure | Currency Members | System Namespace | Currency Constructor Overload List