TextWriter::Write Method (Boolean)
Silverlight
Writes the text representation of a Boolean value to the text stream.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System::Boolean
The Boolean to write.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The TextWriter is closed. |
| IOException | An I/O error occurs. |
The text representation of the specified value is produced by calling ToString.
This method outputs either Boolean::TrueString or Boolean::FalseString.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: