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.ToUInt64

[To be supplied.]

Overload List

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;

See Also

Decimal Structure | Decimal Members | System Namespace