| Parameter | Description |
|---|---|
| text | Text to write. |
| formattingInfo | This parameter from IOutput will not be used here. |
Writes text to the Text.StringBuilder object.
| Parameter | Description |
|---|---|
| text | Characters to write. |
| formattingInfo | This parameter from IOutput will not be used here. |
Writes text to the Text.StringBuilder object.
| Parameter | Description |
|---|---|
| value | Character to write. |
| count | Number of times to write value. |
| formattingInfo | This parameter from IOutput will not be used here. |
Writes a character repeated count times to the Text.StringBuilder object.