TextWriterWrite Method (Single) |
Writes the text representation of a 4-byte floating-point value to the text stream.
Namespace: System.IOAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual void Write(
float value
)
Parameters
- value
- Type: SystemSingle
The 4-byte floating-point value to write.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The TextWriter is closed. |
IOException | An I/O error occurs. |
See Also