open fun <T : Appendable!> appendHexTo(appendable: T): T
Append this value as a sequence of hexadecimal characters.
appendable - T: The appendable
appendable
- The appendable type.
Return T: The appendable.