Assembly: System;
The Int64 class implements properties and methods of the Int64 data type and also variables that have this data type.
Property name | Brief description | |
MaxValue | The MaxValue property returns the maximum available value. | |
MinValue | The MinValue property returns the minimum available value. |
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. |
Property name | Brief description | |
ToString | The ToString property returns the value of the current variable converted into string type. |
See also: