Converts a value to a 16-bit signed integer.
Converts a specified String to an Int16 in the specified base.
[Visual Basic] Overloads Public Shared Function ToInt16(String, Integer) As Short
[C#] public static short ToInt16(String, int);
[C++] public: static short ToInt16(String*, int);
[JScript] public static function ToInt16(String, int) : Int16;
Converts a Byte to an Int16.
[Visual Basic] Overloads Public Shared Function ToInt16(Byte) As Short
[C#] public static short ToInt16(byte);
[C++] public: static short ToInt16(unsigned char);
[JScript] public static function ToInt16(Byte) : Int16;
Converts a UInt16 to an Int16.
[Visual Basic] Overloads Public Shared Function ToInt16(UInt16) As Short
[C#] public static short ToInt16(ushort);
[C++] public: static short ToInt16(unsigned short);
[JScript] public static function ToInt16(UInt16) : Int16;
Converts an Int32 to an Int16.
[Visual Basic] Overloads Public Shared Function ToInt16(Integer) As Short
[C#] public static short ToInt16(int);
[C++] public: static short ToInt16(int);
[JScript] public static function ToInt16(int) : Int16;
Converts an SByte to an Int16.
[Visual Basic] Overloads Public Shared Function ToInt16(SByte) As Short
[C#] public static short ToInt16(sbyte);
[C++] public: static short ToInt16(char);
[JScript] public static function ToInt16(SByte) : Int16;
[To be supplied.]
[Visual Basic] Overloads Public Shared Function ToInt16(Object) As Short
[C#] public static short ToInt16(Object);
[C++] public: static short ToInt16(Object*);
[JScript] public static function ToInt16(Object) : Int16;
Converts a Boolean to an Int16.
[Visual Basic] Overloads Public Shared Function ToInt16(Boolean) As Short
[C#] public static short ToInt16(bool);
[C++] public: static short ToInt16(bool);
[JScript] public static function ToInt16(Boolean) : Int16;
Converts a Char to an Int16.
[Visual Basic] Overloads Public Shared Function ToInt16(Char) As Short
[C#] public static short ToInt16(char);
[C++] public: static short ToInt16(__wchar_t);
[JScript] public static function ToInt16(Char) : Int16;
Converts a UInt32 to an Int16.
[Visual Basic] Overloads Public Shared Function ToInt16(UInt32) As Short
[C#] public static short ToInt16(uint);
[C++] public: static short ToInt16(unsigned int);
[JScript] public static function ToInt16(UInt32) : Int16;
Converts a Double to an Int16.
[Visual Basic] Overloads Public Shared Function ToInt16(Double) As Short
[C#] public static short ToInt16(double);
[C++] public: static short ToInt16(double);
[JScript] public static function ToInt16(double) : Int16;
Converts a Single to an Int16.
[Visual Basic] Overloads Public Shared Function ToInt16(Single) As Short
[C#] public static short ToInt16(float);
[C++] public: static short ToInt16(float);
[JScript] public static function ToInt16(float) : Int16;
Converts a String to an Int16.
[Visual Basic] Overloads Public Shared Function ToInt16(String) As Short
[C#] public static short ToInt16(String);
[C++] public: static short ToInt16(String*);
[JScript] public static function ToInt16(String) : Int16;
Converts a Decimal to an Int16.
[Visual Basic] Overloads Public Shared Function ToInt16(Decimal) As Short
[C#] public static short ToInt16(Decimal);
[C++] public: static short ToInt16(Decimal);
[JScript] public static function ToInt16(Decimal) : Int16;
[To be supplied.]
[Visual Basic] Overloads Public Shared Function ToInt16(Integer) As Short
[C#] public static short ToInt16(short);
[C++] public: static short ToInt16(short);
[JScript] public static function ToInt16(Int16) : Int16;
Converts an Int64 to an Int16.
[Visual Basic] Overloads Public Shared Function ToInt16(Long) As Short
[C#] public static short ToInt16(long);
[C++] public: static short ToInt16(__int64);
[JScript] public static function ToInt16(long) : Int16;
Converts a UInt64 to an Int16.
[Visual Basic] Overloads Public Shared Function ToInt16(UInt64) As Short
[C#] public static short ToInt16(ulong);
[C++] public: static short ToInt16(unsigned __int64);
[JScript] public static function ToInt16(UInt64) : Int16;