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

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

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