tuweni / org.apache.tuweni.units.bigints / UInt384Value / toHexString

toHexString

open fun toHexString(): String! (source)

This value represented as an hexadecimal string.

Note that this representation includes all the 48 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.