byte Data Type (JScript) 

The byte type is stored as one unsigned byte.

The byte type can represent integers in the range from 0 to 255, inclusive.

The corresponding .NET Framework data type is Byte. The properties and methods of the byte data type are the same as the Byte properties and methods.

Show: