Function HexToStr() Foundation

Converts a string coding a hex number to a string in binary format.

Syntax
HexToStr( <cHexNumber> ;
        ) --> cByteString
Return

Returns a string with <cHexNumber> converted to bytes.

Description

Each two characters of <cHexString> are converted to one byte in the result string. Only characters "0" - "9" and "A" - "F" are allowed in <cHexString>.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.