mscorlib(4.0.0.0) API with additions
System.Int32 Member List

This is the complete list of members for System.Int32, including all inherited members.

CompareTo(object value)System.Int32
CompareTo(int value)System.Int32
Equals(object obj)System.Int32
Equals(int obj)System.Int32
IEquatable< int >.Equals(T other)System.IEquatable< int >
GetHashCode()System.Int32
GetTypeCode()System.Int32
m_value (defined in System.Int32)System.Int32
MaxValueSystem.Int32
MinValueSystem.Int32
Parse(string s)System.Int32static
Parse(string s, NumberStyles style)System.Int32static
Parse(string s, IFormatProvider provider)System.Int32static
Parse(string s, NumberStyles style, IFormatProvider provider)System.Int32static
ToBoolean(IFormatProvider provider)System.Int32
ToByte(IFormatProvider provider)System.Int32
ToChar(IFormatProvider provider)System.Int32
ToDateTime(IFormatProvider provider)System.Int32
ToDecimal(IFormatProvider provider)System.Int32
ToDouble(IFormatProvider provider)System.Int32
ToInt16(IFormatProvider provider)System.Int32
ToInt32(IFormatProvider provider)System.Int32
ToInt64(IFormatProvider provider)System.Int32
ToSByte(IFormatProvider provider)System.Int32
ToSingle(IFormatProvider provider)System.Int32
ToString()System.Int32
ToString(string format)System.Int32
ToString(IFormatProvider provider)System.Int32
ToString(string format, IFormatProvider provider)System.Int32
ToType(Type type, IFormatProvider provider)System.Int32
ToUInt16(IFormatProvider provider)System.Int32
ToUInt32(IFormatProvider provider)System.Int32
ToUInt64(IFormatProvider provider)System.Int32
TryParse(string s, out int result)System.Int32static
TryParse(string s, NumberStyles style, IFormatProvider provider, out int result)System.Int32static