| Write(Boolean) | |
| Write(Char) | |
| Write(Char) | |
| Write(Decimal) | Writes the text representation of a decimal value to the text stream. |
| Write(Double) | |
| Write(Int32) | |
| Write(Int64) | |
| Write(Object) | |
| Write(ReadOnlySpanChar) | Writes a character span to the text stream. |
| Write(Single) | |
| Write(String) | |
| Write(UInt32) | Writes the text representation of a 4-byte unsigned integer to the text stream. |
| Write(UInt64) | Writes the text representation of an 8-byte unsigned integer to the text stream. |
| Write(String, Object) | |
| Write(String, Object) | |
| Write(Char, Int32, Int32) | |
| Write(String, Object, Object) | |
| Write(String, Object, Object, Object) | Writes a formatted string to the text stream, using the same semantics as the Format(String, Object, Object, Object) method. |