JVCL Help:HexPCharToInt
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: HexPCharToInt function
[+] JvCsvParse.pas Functions
Search in JVCL Help
Search in all projectsSummary
Convert a hexadecimal string value to a Pascal Integer type.
Pascal
run\JvCsvParse.pas
functionHexPCharToInt(S1: PAnsiChar): Integer;
Parameters
Parameters | Description |
S1: PAnsiChar | The hexadecimal string. |
Description
Call HexPcharToInt('FFFF') and it will return 65535.
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