Open sandboxFocus

Method AppendSpaces

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.