JVCL Help:HexToAscii
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: HexToAscii function
[+] JvCsvParse.pas Functions
Search in JVCL Help
Search in all projectsSummary
Decode a hex dump back into the original ascii string. Useful for decoding something that contained control characters.
Pascal
run\JvCsvParse.pas
functionHexToAscii(constS: AnsiString): AnsiString;
Parameters
Parameters | Description |
const S: AnsiString | The hex encoded source. |
Description
The reverse of the AsciiToHex function. Pass it a string in the form 'AA BB CC DD 00 11' that contains only hex digits, and the decoded string is returned.
See Also
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