getString method

String getString()

Get a string */

Implementation

String getString() {
  return utf8.decode(getBytes());
}