JVCL Help:HexToAscii

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Decode a hex dump back into the original ascii string. Useful for decoding something that contained control characters.

run\JvCsvParse.pas


Pascal

 run\JvCsvParse.pas
 functionHexToAscii(constS: AnsiString): AnsiString;


Parameters

Parameters Description
const S: AnsiString The hex encoded source.

run\JvCsvParse.pas


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.

run\JvCsvParse.pas


See Also

AsciiToHex

run\JvCsvParse.pas


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