StringWriter.Write Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes a string to this instance of the StringWriter.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.String
The string to write.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The writer is closed. |
Show: