toHex method

String toHex ()

Implementation

String toHex() {
  return HEX.encode(this.toBuffer());
}