open fun <T : Appendable> appendHexTo(appendable: T): T
Append this value as a sequence of hexadecimal characters.
appendable - The appendable
appendable
- The appendable type.
IOException - If an IO error occurs.
IOException
Return The appendable.