Skip to content

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]
ItemBehaviourDescription
integral-digitsRequiredA series of digits ranging from 0 to 9.
wsOptionalWhite space.

Predefined values

The following is a list of predefined Byte values:

Default value0
Minimum value0
Maximum value255

For more information refer to the Byte.Parse method topic in MSDN.