Writes a character to the text stream.
[Visual Basic] Overloads Overridable Public Sub Write( _ ByVal value As Char _ ) [C#] public virtual void Write( char value ); [C++] public: virtual void Write( __wchar_t value ); [JScript] public function Write( value : Char );
Exception Type | Condition |
---|---|
IOException | An I/O error occurs. |
This default method is empty, but derived classes can override the method to provide the appropriate functionality.
TextWriter Class | TextWriter Members | System.IO Namespace | TextWriter.Write Overload List