Mono Class Library: OverviewSystem.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
CompareTo(byte) : int Returns the sort order of the current instance compared to the specified unsigned byte.CompareTo(object) : int Returns the sort order of the current instance compared to the specified object.Equals(byte) : bool Determines whether the current instance and the specified byte represent the same value. overrideEquals(object) : bool Determines whether the current instance and the specified object represent the same type and value. overrideGetHashCode() : int Generates a hash code for the current instance.GetTypeCode() : TypeCode Documentation for this section has not yet been entered. staticParse(string) : byte Returns the specified string converted to a byte value. staticParse(string, System.Globalization.NumberStyles) : byte Returns the specified string converted to a byte value. staticParse(string, IFormatProvider) : byte Returns the specified string converted to a byte value. staticParse(string, System.Globalization.NumberStyles, IFormatProvider) : byte Returns the specified string converted to a byte value. overrideToString() : string Returns a string representation of the value of the current instance.ToString(IFormatProvider) : string Returns a string representation of the value of the current instance.ToString(string) : string Returns a string representation of the value of the current instance.ToString(string, IFormatProvider) : string Returns a string representation of the value of the current instance. staticTryParse(string, out byte) : bool Documentation for this section has not yet been entered. staticTryParse(string, System.Globalization.NumberStyles, IFormatProvider, out byte) : bool Documentation for this section has not yet been entered.