StringBuilderExtensions Methods |
The StringBuilderExtensions type exposes the following members.
Name | Description | |
---|---|---|
Append |
Appends a copy of a string builder to the end of the string builder.
| |
AppendNumber(StringBuilder, Int32) |
Converts an integer number to a string and adds it to string builder.
| |
AppendNumber(StringBuilder, Single) |
Converts a float number to a string and adds it to the string builder.
| |
AppendNumber(StringBuilder, Int32, AppendNumberOptions) |
Converts an integer number to a string and adds it to the string builder.
| |
AppendNumber(StringBuilder, Single, AppendNumberOptions) |
Converts a float number to a string and adds it to the string builder.
| |
AppendNumber(StringBuilder, Single, Int32, AppendNumberOptions) |
Converts a float number to a string and adds it to the string builder.
|