Circular3DStringBuilder
12 Sep 20251 minute to read
Represents a string builder with methods for appending, removing, inserting, and converting strings.
Properties
append Object
Appends the specified string to the end of the current string builder.
insert Object
Inserts the specified string into the current string builder at the specified position.
remove Object
Removes characters from the current string builder, starting at the specified position.
toString Object
Converts the contents of the string builder to a string.