System.Byte: Method Members

The methods of System.Byte are listed below. For a list of all members, see the Byte Members list.

See Also: Inherited members from System.ValueType

Public Methods

CompareTo(byte) : int

Compares this instance to a specified 8-bit unsigned integer and returns an indication of their relative values.

CompareTo(object) : int

Compares this instance to a specified object and returns an indication of their relative values.

Equals(byte) : bool

Returns a value indicating whether this instance and a specified byte object represent the same value.

override
Equals(object) : bool

Returns a value indicating whether this instance is equal to a specified object.

override
GetHashCode() : int

Returns the hash code for this instance.

GetTypeCode() : TypeCode

Returns the TypeCode for value type byte.

static
Parse(string) : byte

Converts the string representation of a number to its byte equivalent.

static
Parse(string, System.Globalization.NumberStyles) : byte

Converts the string representation of a number in a specified style to its byte equivalent.

static
Parse(string, IFormatProvider) : byte

Converts the string representation of a number in a specified culture-specific format to its byte equivalent.

static
Parse(string, System.Globalization.NumberStyles, IFormatProvider) : byte

Converts the string representation of a number in a specified style and culture-specific format to its byte equivalent.

override
ToString() : string

Converts the value of the current byte object to its equivalent string representation.

ToString(IFormatProvider) : string

Converts the numeric value of the current byte object to its equivalent string representation using the specified culture-specific formatting information.

ToString(string) : string

Converts the value of the current byte object to its equivalent string representation using the specified format.

ToString(string, IFormatProvider) : string

Converts the value of the current byte object to its equivalent string representation using the specified format and culture-specific formatting information.

static
TryParse(string, out byte) : bool
Documentation for this section has not yet been entered.
static
TryParse(string, System.Globalization.NumberStyles, IFormatProvider, out byte) : bool
Documentation for this section has not yet been entered.