convertToString method

String convertToString()

Implementation

String convertToString() {
  return base64.encode(this);
}