Mono Class Library: OverviewSystem.SByte: Method Members |
The methods of System.SByte are listed below. For a list of all members, see the SByte Members list.
See Also: Inherited members from System.ValueType
CompareTo(object) : int Returns the sort order of the current instance compared to the specified object.CompareTo(sbyte) : int Returns the sort order of the current instance compared to the specified sbyte. overrideEquals(object) : bool Determines whether the current instance and the specified object represent the same type and value.Equals(sbyte) : bool Determines whether the current instance and the specified sbyte represent the same value. overrideGetHashCode() : int Generates a hash code for the current instance.GetTypeCode() : TypeCode Documentation for this section has not yet been entered. staticParse(string) : sbyte Returns the specified string converted to a sbyte value. staticParse(string, System.Globalization.NumberStyles) : sbyte Returns the specified string converted to a sbyte value. staticParse(string, IFormatProvider) : sbyte Returns the specified String converted to a sbyte value. staticParse(string, System.Globalization.NumberStyles, IFormatProvider) : sbyte Returns the specified string converted to a sbyte 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 sbyte) : bool Documentation for this section has not yet been entered. staticTryParse(string, System.Globalization.NumberStyles, IFormatProvider, out sbyte) : bool Documentation for this section has not yet been entered.