Writes a string to the underlying StringBuilder.
[Visual Basic] Overloads Overrides Public Sub Write( _ ByVal value As String _ ) [C#] public override void Write( string value ); [C++] public: override void Write( String* value ); [JScript] public override function Write( value : String );
Exception Type | Condition |
---|---|
IOException | An I/O error occurs. |
If the specified string is null, nothing is written.
StringWriter Class | StringWriter Members | System.IO Namespace | StringWriter.Write Overload List