JVCL Help:ValidNumericLiteral
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: ValidNumericLiteral 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 and also floating point numbers like '123.45')
Pascal
run\JvCsvParse.pas
functionValidNumericLiteral(S1: PAnsiChar): Boolean;
Parameters
Parameters | Description |
S1: PAnsiChar | buffer to be checked. |
Description
Check if provided string is integer or float literal.
See Also
ValidHexLiteral, JvValidIdentifier, ValidIntLiteral, 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