toHex

abstract fun toHex(prefix0x: Boolean = false): String

Converts a mesh address to a hex string.

Return

The hex string representation of the address.

Parameters

prefix0x

If true, the hex string will be prefixed with 0x.