Converts this instance of a Byte to an Int16.
[Visual Basic] Overridable Public Function ToInt16() As Short [C#] public virtual short ToInt16(); [C++] public: virtual short ToInt16(); [JScript] public function ToInt16() : Int16;
An Int16 as a byte.
The ToInt16 method returns a short.
This method implements IConvertible, which replaced IValue. This method is used to obtain the type code for a specified object. (See Convert and Value for more information about conversions; see the Type for more information about types.)