Byte Value Type
Overview
The Byte value type represents an integral 8-bit unsigned number.
For more information refer to the Byte Structure topic in MSDN.
Definition
A Byte value type is defined in the following manner:
text
[ws]integral-digits[ws]| Item | Behaviour | Description |
|---|---|---|
| integral-digits | Required | A series of digits ranging from 0 to 9. |
| ws | Optional | White space. |
Predefined values
The following is a list of predefined Byte values:
| Default value | 0 |
| Minimum value | 0 |
| Maximum value | 255 |
For more information refer to the Byte.Parse method topic in MSDN.