Function StrToHex() Foundation
Converts a binary string to a string of hex numbers.
StrToHex( <cByteString> ;
) --> cHexNumber
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.
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.