c2x >>-c2x--------------------------------------------------------->< Returns a string, in character format, that represents the receiving
string converted to hexadecimal. The returned string contains twice as many
bytes as the receiving string. On an ASCII system, sending a
[c2x] message to the
receiving string The returned string has uppercase alphabetic characters for the values
String class - c2x method "0123"X~c2x -> "0123" /* "30313233"X in ASCII */ "ZD8"~c2x -> "5A4438" /* "354134343338"X in ASCII */ |