Bridge

Byte Members

The Byte type exposes the following members.

Methods


  Name Description
Public method CompareTo(Byte)
Compares this instance to a specified 8-bit unsigned integer and returns an indication of their relative values.
Public method CompareTo(Object)
Compares this instance to a specified object and returns an indication of their relative values.
Public method Equals
Returns a value indicating whether this instance and a specified Byte object represent the same value.
Public method Format(String)
Public method Format(String, IFormatProvider)
Public method Static member Parse(String)
Converts the string representation of a number to its Byte equivalent.
Public method Static member Parse(String, Int32)
Public method ToString(Int32)
Public method ToString(String)
Converts the value of the current Byte object to its equivalent string representation using the specified format.
Public method ToString(String, IFormatProvider)
Public method Static member 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.
Public method Static member TryParse(String, Byte%, Int32)

Fields


  Name Description
Public field Static member MaxValue
Represents the largest possible value of a Byte. This field is constant.
Public field Static member MinValue
Represents the smallest possible value of a Byte. This field is constant.