Edit

HexEncode (text)

Result Type: Text

Definition: Returns a hexadecimal-encoded string corresponding to the bytes in text.

Example:  HexEncode("Hello")

Result: "48656c6c6f00"