UChar Type

The UChar type is a one byte unsigned integer.

Range

0 to 255

Note

UChar arrays are useful for storing binary data and reading and writing from and to whole files.

 

For more information, refer to Declaring Variables and the UChar command.