string static method

String string()

Creates a new instance of xid and returns the string representation

Implementation

static String string() {
  return get().toString();
}