|
|
| System.Byte Structure |
|
| |
| Description | |
|
|
The Byte structure holds positive integer values from 0 to 255.
|
|
| Methods | |
|
| CompareTo | Compares the current Byte value to another |
| Equals | Determines if the current Byte equals another |
| Parse | Converts a string representation of a Byte into a Byte value |
| ToString | Converts the current Byte value to a string |
|
|
|
| Fields | |
|
| MinValue | | Byte | | Smallest possible value : 0 (0x00 in hex) | |
MaxValue | | Byte | | Largest possible value : 255 (0xFF in hex) |
|
Microsoft MSDN links | |
|
|
|
|
|
|