IsInteger(Value: String): Boolean;
Value. String value, which must be checked.
The IsInteger method checks if the specified string value is an integer number.
Available values:
True. The specified value can be converted to integer type.
False. Conversion is unavailable. Use the Integer.Parse or Integer.TryParse method for conversion.
See also: