StringWriter.Write Method (Char)
May 02, 2013
Writes a character to this instance of the StringWriter.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.Char
The character to write.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The writer is closed. |
This method overrides TextWriter.Write.