JVCL Help:ValidIntLiteral
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: ValidIntLiteral function
[+] JvCsvParse.pas Functions
Search in JVCL Help
Search in all projectsSummary
Check if the string presented is a valid integer literal string. (For example, '123' is valid but not '123.45')
Pascal
run\JvCsvParse.pas
functionValidIntLiteral(S1: PAnsiChar): Boolean;
Parameters
Parameters | Description |
S1: PAnsiChar | buffer to be checked |
Description
Check if the provided string is an integer literal.
See Also
ValidHexLiteral, JvValidIdentifier, ValidNumericLiteral, ValidStringLiteral
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page