Returns the Hex representation of the given string.

Syntax

Smartsite SXML CopyCode image Copy Code
string string.tohex(string s)

Parameters

Name Data Type Description
s String The input string.

Return Value

Data Type Description
String Hexadecimal representation of the string.

Expand image Example

SXML