| Icon | Member | Description |
|---|---|---|
| ToHex(array<Byte>[]()[]) |
Convert byte array to human-readable hex string; e.g., {0x12, 0x34, 0x56} -> 123456
| |
| ToHex(array<Byte>[]()[], String, String) |
Convert byte array to human-readable hex string; e.g., {0x12, 0x34, 0x56} -> 123456
| |
| ToHex(array<UInt16>[]()[]) |
Convert u16 array to human-readable hex string; e.g., {0x1234, 0x5678} -> 12345678
|