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

[To be supplied.]

Overload List

Converts a specified Decimal to a UInt32.

[Visual Basic] Overloads Public Shared Function ToUInt32(Decimal) As UInt32
[C#] public static uint ToUInt32(Decimal);
[C++] public: static unsigned int ToUInt32(Decimal);
[JScript] public static function ToUInt32(Decimal) : UInt32;

Converts this instance of Decimal to a UInt32.

[Visual Basic] Overloads Overridable Public Function ToUInt32() As UInt32
[C#] public virtual uint ToUInt32();
[C++] public: virtual unsigned int ToUInt32();
[JScript] public function ToUInt32() : UInt32;

See Also

Decimal Structure | Decimal Members | System Namespace