pc.mx
Mask hexadecimal function.
Description
converts all ASCII characters in a given value to their corresponding ASCII-hexadecimal equivalent.
The characters are converted one at a time to 2-digit hexadecimal numbers.
The 'my' code is the inverse of the 'mx' code.
Example
The following table illustrates several mx conversions:
data conversion output
---- ---------- ----------
123 mx 313233
abc mx 616263
a dog mx 6120646F67
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
