Class for building strings that will only concatenate them upon calling toString().
Create a new StringBuilder.
Rest
Private
Readonly
Append the value to the builder
Appends the value to the builder with a new line afterwards.
Clears all values from the StringBuilder.
Returns a string representation of the StringBuilder.
Generated using TypeDoc
Class for building strings that will only concatenate them upon calling toString().