String ToHex Example

This example converts input data where each character is converted to it's hexadecimal equivalent.

Smartsite SXML CopyCode image Copy Code
{string.tohex('hello world')}
Example Result CopyCode image Copy Code
68 65 6C 6C 6F 20 77 6F 72 6C 64
SXML