| Parameter | Description |
|---|---|
| text | Text to write. |
| formattingInfo | Formatting context for the write operation. |
Writes a string to the output.
| Parameter | Description |
|---|---|
| text | Characters to write. |
| formattingInfo | Formatting context for the write operation. |
Writes a ReadOnlySpan_1 of characters to the output.
| Parameter | Description |
|---|---|
| value | Character to write. |
| count | Number of times to write value. |
| formattingInfo | Formatting context for the write operation. |
Writes a char repeated count times to the output.