The methods of System.Int32 are listed below. For a list of all members, see the Int32 Members list.
See Also: Inherited members from System.ValueType
CompareTo(int) : int Returns the sort order of the current instance compared to the specified int.CompareTo(object) : int Returns the sort order of the current instance compared to the specified object.Equals(int) : bool Determines whether the current instance and the specified int 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) : int Returns the specified string converted to a int value. staticParse(string, System.Globalization.NumberStyles) : int Returns the specified string converted to a int value. staticParse(string, IFormatProvider) : int Returns the specified string converted to a int value. staticParse(string, System.Globalization.NumberStyles, IFormatProvider) : int Returns the specified string converted to a int 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 int) : bool Documentation for this section has not yet been entered. staticTryParse(string, System.Globalization.NumberStyles, IFormatProvider, out int) : bool Documentation for this section has not yet been entered.