See Also: UInt16 Members
The ushort value type represents unsigned integers with values ranging from 0 to 65535.
The ushort type is not CLS-compliant. The CLS-compliant alternative type is int. short can be used instead to replace a ushort value that ranges from zero to short.MaxValue. For more information about CLS compliance, see Common Language Specification.
The ushort structure provides methods to compare instances of this type, convert the value of an instance to its string representation, and convert the string representation of a number to an instance of this type.
For information about how format specification codes control the string representation of value types, see [<topic://cpConFormattingOverview>].