ushort Data Type (Visual Studio - JScript)
The ushort data type is stored as a two-byte unsigned integer.
The ushort type can represent integers in the range from 0 to 65,535, inclusive.
The corresponding .NET Framework data type is UInt16. The properties and methods of the ushort data type are the same as the UInt16 properties and methods.