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!

UInt32.ToUInt16

[To be supplied.] The UInt32 type is not CLS compliant. The CLS-compliant alternative is Int32.

[C#]
public virtual ushort ToUInt16();
[C++]
public: virtual unsigned short ToUInt16();
[JScript]
public function ToUInt16() : UInt16;

[Visual Basic] The UInt32 type cannot be used in Visual Basic.

See Also

UInt32 Structure | UInt32 Members | System Namespace