Int32 Methods
.NET Framework 3.5
The Int32 type exposes the following members.
| 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. |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Returns the hash code for this instance. (Overrides ValueType.GetHashCode().) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
GetTypeCode | Returns the TypeCode for value type Int32. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Parse | Overloaded. Converts the string representation of a number to its 32-bit signed integer equivalent. |
|
ToString | Overloaded. 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. |
| Name | Description | |
|---|---|---|
|
IConvertible.ToBoolean | Infrastructure. For a description of this member, see IConvertible.ToBoolean. |
|
IConvertible.ToByte | Infrastructure. For a description of this member, see IConvertible.ToByte. |
|
IConvertible.ToChar | Infrastructure. For a description of this member, see IConvertible.ToChar. |
|
IConvertible.ToDateTime | Infrastructure. This conversion is not supported. Attempting to use this method throws an InvalidCastException. |
|
IConvertible.ToDecimal | Infrastructure. For a description of this member, see IConvertible.ToDecimal. |
|
IConvertible.ToDouble | Infrastructure. For a description of this member, see IConvertible.ToDouble. |
|
IConvertible.ToInt16 | Infrastructure. For a description of this member, see IConvertible.ToInt16. |
|
IConvertible.ToInt32 | Infrastructure. For a description of this member, see IConvertible.ToInt32. |
|
IConvertible.ToInt64 | Infrastructure. For a description of this member, see IConvertible.ToInt64. |
|
IConvertible.ToSByte | Infrastructure. For a description of this member, see IConvertible.ToSByte. |
|
IConvertible.ToSingle | Infrastructure. For a description of this member, see IConvertible.ToSingle. |
|
IConvertible.ToType | Infrastructure. For a description of this member, see IConvertible.ToType. |
|
IConvertible.ToUInt16 | Infrastructure. For a description of this member, see IConvertible.ToUInt16. |
|
IConvertible.ToUInt32 | Infrastructure. For a description of this member, see IConvertible.ToUInt32. |
|
IConvertible.ToUInt64 | Infrastructure. For a description of this member, see IConvertible.ToUInt64. |