open fun toHexString(): String!
(source)
This value represented as an hexadecimal string.
Note that this representation includes all the 8 underlying bytes, no matter what the integer actually represents (in other words, it can have many leading zeros). For a shorter representation that don't include leading zeros, use #toShortHexString
.
Return
String!: This value represented as an hexadecimal string.