toHexString method

String toHexString()

Encodes into hexidecimal string

Implementation

String toHexString(){
  return HEX.encode(utf8.encode(this));
}