Int64.IsInt64

Syntax

IsInt64(Value: String): Boolean;

Parameters

Value. String value that should be checked.

Description

The IsInt64 method checks if the specified string value is a number that can be represented with the Int64 data type.

Comments

Available values:

See also:

The Int64 Class