textToHex()
Table of Contents
Overview
The textToHex() function takes a text as an argument and returns the equivalent hexadecimal value.
Return Type
- Text
Syntax
<variable> = <text>.textToHex();
(OR)
<variable> = textToHex(<text>);
Parameter | Data type | Description |
---|---|---|
<variable> | TEXT | Variable which will contain the returned value. |
<text> | TEXT | The hexadecimal text whose equivalent text value will be returned. |
Examples
response = textToHex("Zoho Creator"); // Returns 5a6f686f2043726561746f72