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!

Enum.ToInt16

Converts the current value to a 16-bit signed integer based on the underlying type.

[Visual Basic]
Overridable Public Function ToInt16() As Short
[C#]
public virtual short ToInt16();
[C++]
public: virtual short ToInt16();
[JScript]
public function ToInt16() : Int16;

Return Value

The converted value.

Remarks

Uses Convert to perform the conversion.

See Also

Enum Class | Enum Members | System Namespace