[To be supplied.]
Converts a specified Decimal to a UInt64.
[Visual Basic] Overloads Public Shared Function ToUInt64(Decimal) As UInt64
[C#] public static ulong ToUInt64(Decimal);
[C++] public: static unsigned __int64 ToUInt64(Decimal);
[JScript] public static function ToUInt64(Decimal) : UInt64;
Converts this instance of Decimal to a UInt64.
[Visual Basic] Overloads Overridable Public Function ToUInt64() As UInt64
[C#] public virtual ulong ToUInt64();
[C++] public: virtual unsigned __int64 ToUInt64();
[JScript] public function ToUInt64() : UInt64;