Convert byte array to human-readable hex string; e.g., {0x12, 0x34, 0x56} -> 123456

Declaration Syntax

Parameters
- bytes (array<
Byte
>[]()[])
- Byte array to convert
- prefix (String)
- String to place before byte strings
- separator (String)
- String to place between byte strings

Return Value
Human-readable hex string
Assembly:
MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)