Represents the largest possible Byte value.
[Visual Basic] Public Const MaxValue As Byte [C#] public const byte MaxValue; [C++] public: const unsigned char MaxValue; [JScript] public var MaxValue : Byte;
The MaxValue hexadecimal value is (byte)0xFF.