Constant that represents the largest possible UInt16 value: 65535. The UInt16 type is not CLS compliant. The CLS-compliant alternative is Int16.
[C#] public const ushort MaxValue; [C++] public: const unsigned short MaxValue; [JScript] public var MaxValue : UInt16;
[Visual Basic] The UInt16 type cannot be used in Visual Basic.
The MaxValue hexadecimal value is 0xFFFF.