Skip to main content

unhex (Function)

Returns a string by converting the hexadecimal characters in the input string.

Syntax

<STRING> str:unhex(<STRING> input.string)

Query Parameters

NameDescriptionDefault ValuePossible Data TypesOptionalDynamic
input.stringThe hexadecimal input string that needs to be converted to string.STRINGNoYes

Example 1

unhex("4d7953514c")

This converts the hexadecimal value to string.