IsInt64(Value: String): Boolean;
Value. String value which is to be checked.
The IsInt64 method checks if the specified string value is a number that can be represented with the Int64 data type.
The method returns True if the specified value can be converted to the Int64 data type, and False if conversion is impossible. Use the Parse or TryParse method for conversion.
See also: