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;
The converted value.
Uses Convert to perform the conversion.