Int32 Members
.NET Framework 2.0
Represents a 32-bit signed integer.
The following tables list the members exposed by the Int32 type.
| Name | Description | |
|---|---|---|
| CompareTo | Overloaded. Compares this instance to a specified object or Int32 and returns an indication of their relative values. |
| Equals | Overloaded. Returns a value indicating whether this instance is equal to a specified object or Int32. |
| GetHashCode | Overridden. Returns the hash code for this instance. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| GetTypeCode | Returns the TypeCode for value type Int32. |
| Parse | Overloaded. Converts the string representation of a number to its 32-bit signed integer equivalent. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Overloaded. Overridden. Converts the numeric value of this instance to its equivalent string representation. |
| TryParse | Overloaded. Converts the string representation of a number to its 32-bit signed integer equivalent. A return value indicates whether the operation succeeded. |
Top