toRegularString method

String toRegularString()

Implementation

String toRegularString() {
  return String.fromCharCodes(toBytes());
}