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)Returns the sort order of the current instance compared to the specified int. | ||
CompareTo(object)Returns the sort order of the current instance compared to the specified object. | ||
Equals(int)Determines whether the current instance and the specified int represent the same value. | ||
override | Equals(object)Determines whether the current instance and the specified object represent the same type and value. | |
override | GetHashCode()Generates a hash code for the current instance. | |
GetTypeCode()Documentation for this section has not yet been entered. | ||
static | Parse(string)Returns the specified string converted to a int value. | |
static | Parse(string, System.Globalization.NumberStyles)Returns the specified string converted to a int value. | |
static | Parse(string, IFormatProvider)Returns the specified string converted to a int value. | |
static | Parse(string, System.Globalization.NumberStyles, IFormatProvider)Returns the specified string converted to a int value. | |
override | ToString()Returns a string representation of the value of the current instance. | |
ToString(IFormatProvider)Returns a string representation of the value of the current instance. | ||
ToString(string)Returns a string representation of the value of the current instance. | ||
ToString(string, IFormatProvider)Returns a string representation of the value of the current instance. | ||
static | TryParse(string, out int)Documentation for this section has not yet been entered. | |
static | TryParse(string, System.Globalization.NumberStyles, IFormatProvider, out int)Documentation for this section has not yet been entered. | |