Writes the text representation of a Single to the text stream.
[Visual Basic] Overloads Overridable Public Sub Write( _ ByVal value As Single _ ) [C#] public virtual void Write( float value ); [C++] public: virtual void Write( float value ); [JScript] public function Write( value : float );
Exception Type | Condition |
---|---|
ArgumentNullException | A a null reference (in Visual Basic Nothing) string or object is passed. |
IOException | An I/O error occurs. |
The text representation of the specified value is produced by calling ToString.
TextWriter Class | TextWriter Members | System.IO Namespace | TextWriter.Write Overload List