Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.