Reference

Components
Hex to String
Description
Converts a string of hex to a string of characters. Each byte of hex is converted to an Ascii character.
For example, the hex string “68656C6C6F” is converted to the character string “hello”.
Connectors
Inputs Type Outputs Type
String of hex
String String of characters
String
149 of 494