JVCL Help:ValidHexLiteral
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: ValidHexLiteral function
[+] JvCsvParse.pas Functions
Search in JVCL Help
Search in all projectsSummary
Check if the string presented is a valid hexadecimal literal string.
Pascal
run\JvCsvParse.pas
functionValidHexLiteral(S1: PAnsiChar): Boolean;
Parameters
Parameters | Description |
S1: PAnsiChar | buffer to be checked. |
Description
Returns true if string is valid hex literal. We expect hex literals to be preceded by a $ and contain digits 0-9 and A-F.
See Also
ValidIntLiteral, ValidNumericLiteral
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