toStr method

String toStr()

Implementation

String toStr() {
  _preconditionType(typeCodeString, _typeCode);
  return _data;
}