>>-C2X(string)-------------------------------------------------><
31
because the ASCII representation of the character 1 is "31"X.
A
-F
and does not include whitespace characters. The string can be of any length. If string is null, a null string is returned.
Example 7.17. Builtin function C2X
C2X("0123"X) -> "0123" /* "30313233"X in ASCII */ C2X("ZD8") -> "5A4438" /* "354134343338"X in ASCII */