Byte Members
The Byte type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CompareTo(Byte) |
Compares this instance to a specified 8-bit unsigned integer and returns an indication of their relative values.
|
![]() |
CompareTo(Object) |
Compares this instance to a specified object and returns an indication of their relative values.
|
![]() |
Equals |
Returns a value indicating whether this instance and a specified Byte object represent the same value.
|
![]() |
Format(String) | |
![]() |
Format(String, IFormatProvider) | |
![]() ![]() |
Parse(String) |
Converts the string representation of a number to its Byte equivalent.
|
![]() ![]() |
Parse(String, Int32) | |
![]() |
ToString(Int32) | |
![]() |
ToString(String) |
Converts the value of the current Byte object to its equivalent string representation using the specified format.
|
![]() |
ToString(String, IFormatProvider) | |
![]() ![]() |
TryParse(String, Byte%) |
Tries to convert the string representation of a number to its Byte equivalent, and returns a value that indicates whether the conversion succeeded.
|
![]() ![]() |
TryParse(String, Byte%, Int32) |