| AppendFormatted(ReadOnlySpanChar) | Writes the specified character span to the handler. |
| AppendFormatted(String) | Writes the specified value to the handler. |
| AppendFormatted(Object, Int32, String) | Writes the specified value to the handler. |
| AppendFormatted(ReadOnlySpanChar, Int32, String) | Writes the specified string of chars to the handler. |
| AppendFormatted(String, Int32, String) | Writes the specified value to the handler. |
| AppendFormattedT(T) | Writes the specified value to the handler. |
| AppendFormattedT(T, Int32) | Writes the specified value to the handler. |
| AppendFormattedT(T, String) | Writes the specified value to the handler. |
| AppendFormattedT(T, Int32, String) | Writes the specified value to the handler. |