c2x message to the
receiving string 1 returns
31 because "31"X
is the ASCII representation of 1.A-F and does
not include whitespace. The receiving string can be of any length. If the
receiving string is null,
c2x returns a null string.Say "0123"X~c2x --> "0123" /* "30313233"X in ASCII */
Say "ZD8"~c2x --> "5A4438" /* "354134343338"X in ASCII */