Function StrToHex() Foundation

Converts a binary string to a string of hex numbers.

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

Returns a string of double length of <cByteString>. Each character's Ascii code of <cByteString> is converted to two characters in the result string which represents the corresponding hexadecimal number.

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.