Function HexToStr() Foundation
Converts a string coding a hex number to a string in binary format.
HexToStr( <cHexNumber> ;
) --> cByteString
Returns a string with <cHexNumber> converted to bytes.
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>.
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.