toJString method

JString toJString()

Returns a JString with the contents of this String.

Implementation

JString toJString() {
  return JString.fromString(this);
}