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