toString


Description:

public string toString ()

Returns the string representation of this builder.

Example:

    var sb = new StringBuilder.withString ("hello");
assert (sb.toString () == "hello");

Returns:

the built string.