Reference
Components
String to Hex
Description
Converts a string of characters to a string of hex. Each character is first converted to Ascii and then the hex representation of that byte is
used in the hex string.
For example, the character string “hello” is converted to the hex string “68656C6C6F”.
Connectors
Inputs Type Outputs Type
String of characters
String String of hex
String
415 of 494