ECLHEXLowerToString
Converts lowercase HEX string to a normal string.
Unit
EasyCompression
function ECLHEXLowerToString(str: String): String;
Description
Call ECLHEXLowerToString to convert lowercase HEX format string to a normal string.
ECLHEXLowerToString returns a converted string. Call ECLStringToHEXLower to make reverse conversion.
Str parameter is a source string.
|