asp.net.ph

Int64 Structure

System Namespace


Represents a 64-bit signed integer.

Int64 Class Members

Collapse   Fields

Visibility Name Type
public static const MaxValue Int64
public static const MinValue Int64

Collapse   Methods

Visibility Name Parameters Return Type
public CompareTo ( Int64 value ) Int32
public CompareTo ( Object value ) Int32
public Equals ( Int64 obj ) Boolean
public Equals ( Object obj ) Boolean
public GetHashCode ( ) Int32
public GetTypeCode ( ) TypeCode
public static Parse ( String s ) Int64
public static Parse ( String s , IFormatProvider provider ) Int64
public static Parse ( String s , NumberStyles style , IFormatProvider provider ) Int64
public static Parse ( String s , NumberStyles style ) Int64
public ToString ( String format ) String
public ToString ( ) String
public ToString ( String format , IFormatProvider provider ) String
public ToString ( IFormatProvider provider ) String
public static TryParse ( String s , Int64& result ) Boolean
public static TryParse ( String s , NumberStyles style , IFormatProvider provider , Int64& result ) Boolean

Remarks

The Int64 value type represents integers with values ranging from negative 9,223,372,036,854,775,808 through positive 9,223,372,036,854,775,807.

Int64 provides methods to compare instances of this type, convert the value of an instance to its String representation, and convert the String representation of a number to an instance of this type.

For information about how format specification codes control the String representation of value types, see Formatting Base Types. This type implements interfaces IComparable, IFormattable, and IConvertible. Use the Convert class for conversions instead of this type's explicit interface member implementation of IConvertible.

See Also

UInt64 Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph