String ToMD5 Example

The following sample returns the MD5 hash of the input string 'hello world'.

Smartsite SXML CopyCode image Copy Code
{string.tomd5('hello world')}
Example Result CopyCode image Copy Code
5EB63BBBE01EEED093CB22BB8F5ACDC3
SXML