HexToText()
Table of Contents
Overview
The hextoText() function takes a hexadecimal text as an argument and returns the text equivalent of the input.
Return Type
- Text
 
Syntax
<variable> = <text>.hexToText();
(OR)
<variable> = hexToText(<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 = hexToText("5a6f686f2043726561746f72"); // Returns Zoho Creator