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!

UInt16.ToSByte

[To be supplied.] The UInt16 type is not CLS compliant. The CLS-compliant alternative is Int16.

[C#]
public virtual sbyte ToSByte();
[C++]
public: virtual char ToSByte();
[JScript]
public function ToSByte() : SByte;

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

See Also

UInt16 Structure | UInt16 Members | System Namespace