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

[To be supplied.]

Overload List

Converts a specified Decimal to a UInt16.

[Visual Basic] Overloads Public Shared Function ToUInt16(Decimal) As UInt16
[C#] public static ushort ToUInt16(Decimal);
[C++] public: static unsigned short ToUInt16(Decimal);
[JScript] public static function ToUInt16(Decimal) : UInt16;

Converts this instance of Decimal to a UInt16.

[Visual Basic] Overloads Overridable Public Function ToUInt16() As UInt16
[C#] public virtual ushort ToUInt16();
[C++] public: virtual unsigned short ToUInt16();
[JScript] public function ToUInt16() : UInt16;

See Also

Decimal Structure | Decimal Members | System Namespace