All C# extension methods for type stringbuilder
-
AppendLineFormat
Appends a formatted string and the default line terminator to to this StringBuilder instance.
-
StringBuilder AppendIf
Makes it possible to conditionally append to a StringBuilder while keeping it fluent
-
AppendLine (overrride)
Adds an override to the System.Text.StringBuilder AppendLine method which takes a second parameter so can be used like AppendFormat but also creates a new line.
-
CopyToFile
Writes the specified StringBuilder to the file using the specified path. If the file already exists, it is overwritten.
-
Clear
clear the contents of a StringBuilder object
-
Join
This extension method joins the StringBuilder values