StringWriter.Write Method (Char)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.
Show: