Choose where you’d like to start

textToHex()

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

Examples

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

Get Started Now

Execute