Int64

Assembly: System;

Description

The Int64 class implements properties and methods of the Int64 data type and also variables that have this data type.

Properties of the Int64 Class

  Property name Brief description
MaxValue The MaxValue property returns the maximum available value.
MinValue The MinValue property returns the minimum available value.

Methods of the Int64 Class

  Method name Brief description
IsInt64 The IsInt64 method checks if the specified string values is a number that can be represented with the Int64 data type.
Parse The Parse method converts a string value to the Int64 type without string correctness validation.
TryParse The TryParse method converts a string value to the Int64 type with string correctness validation.

Properties of Variables of the Int64 Type

  Property name Brief description
ToString The ToString property returns the value of the current variable converted into string type.

See also:

System Assembly Interfaces