Choose where you’d like to start

HexToText()

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>);
ParameterData typeDescription
<variable>TEXTVariable which will contain the returned value.
<text>TEXTThe hexadecimal text whose equivalent text value will be returned.

Examples

response = hexToText("5a6f686f2043726561746f72"); // Returns Zoho Creator

Get Started Now

Execute