TextWriter::Write Method (Double)
Silverlight
Writes the text representation of an 8-byte floating-point value to the text stream.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System::Double
The 8-byte floating-point value to write.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The TextWriter is closed. |
| IOException | An I/O error occurs. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: