UChar Type
The UChar type is a one-byte unsigned integer.
Range
- 0 to 255
Note
UChar arrays (Array Type) are useful for storing binary data and reading and writing from and to whole files.
For more information, refer to: - Declaring Variables - UChar Command