toHex method

String toHex()

Implementation

String toHex() {
  return toHEX(_bytes);
}