System.Int32 Members

The members of System.Int32 are listed below.

See Also: Inherited members from System.ValueType

Public Fields

const
MaxValueint (2147483647).

Represents the largest possible value of an int. This field is constant.

const
MinValueint (-2147483648).

Represents the smallest possible value of int. This field is constant.

Public Methods

CompareTo(int) : int

Compares this instance to a specified 32-bit signed integer and returns an indication of their relative values.

CompareTo(object) : int

Compares this instance to a specified object and returns an indication of their relative values.

Equals(int) : bool

Returns a value indicating whether this instance is equal to a specified int value.

override
Equals(object) : bool

Returns a value indicating whether this instance is equal to a specified object.

override
GetHashCode() : int

Returns the hash code for this instance.

GetTypeCode() : TypeCode

Returns the TypeCode for value type int.

static
Parse(string) : int

Converts the string representation of a number to its 32-bit signed integer equivalent.

static
Parse(string, System.Globalization.NumberStyles) : int

Converts the string representation of a number in a specified style to its 32-bit signed integer equivalent.

static
Parse(string, IFormatProvider) : int

Converts the string representation of a number in a specified culture-specific format to its 32-bit signed integer equivalent.

static
Parse(string, System.Globalization.NumberStyles, IFormatProvider) : int

Converts the string representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent.

override
ToString() : string

Converts the numeric value of this instance to its equivalent string representation.

ToString(IFormatProvider) : string

Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.

ToString(string) : string

Converts the numeric value of this instance to its equivalent string representation, using the specified format.

ToString(string, IFormatProvider) : string

Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.

static
TryParse(string, out int) : bool
Documentation for this section has not yet been entered.
static
TryParse(string, System.Globalization.NumberStyles, IFormatProvider, out int) : bool
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IConvertible.ToBoolean

For a description of this member, see IConvertible.ToBoolean(IFormatProvider).

IConvertible.ToByte

For a description of this member, see IConvertible.ToByte(IFormatProvider).

IConvertible.ToChar

For a description of this member, see IConvertible.ToChar(IFormatProvider).

IConvertible.ToDateTime

This conversion is not supported. Attempting to use this method throws an InvalidCastException.

IConvertible.ToDecimal

For a description of this member, see IConvertible.ToDecimal(IFormatProvider).

IConvertible.ToDouble

For a description of this member, see IConvertible.ToDouble(IFormatProvider).

IConvertible.ToInt16

For a description of this member, see IConvertible.ToInt16(IFormatProvider).

IConvertible.ToInt32

For a description of this member, see IConvertible.ToInt32(IFormatProvider).

IConvertible.ToInt64

For a description of this member, see IConvertible.ToInt64(IFormatProvider).

IConvertible.ToSByte

For a description of this member, see IConvertible.ToSByte(IFormatProvider).

IConvertible.ToSingle

For a description of this member, see IConvertible.ToSingle(IFormatProvider).

IConvertible.ToType

For a description of this member, see IConvertible.ToType(Type, IFormatProvider).

IConvertible.ToUInt16

For a description of this member, see IConvertible.ToUInt16(IFormatProvider).

IConvertible.ToUInt32

For a description of this member, see IConvertible.ToUInt32(IFormatProvider).

IConvertible.ToUInt64

For a description of this member, see IConvertible.ToUInt64(IFormatProvider).