Represents a string builder with methods for appending, removing, inserting, and converting strings.
Object
Appends the specified string to the end of the current string builder.
Object
Inserts the specified string into the current string builder at the specified position.
Object
Removes characters from the current string builder, starting at the specified position.
Object
Converts the contents of the string builder to a string.