Mercury API
ToHex Method
NamespacesThingMagicByteFormatToHex()()()
Members
IconMemberDescription
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

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)