AppendSpaces(int)
Appends a given number of spaces to the current StringBuilder.
Declaration
protected void AppendSpaces(int count)Parameters
| Type | Name | Description |
|---|---|---|
| int | count | The number of spaces to be appended. |
Appends a given number of spaces to the current StringBuilder.
protected void AppendSpaces(int count)| Type | Name | Description |
|---|---|---|
| int | count | The number of spaces to be appended. |