Click or drag to resize
TextWriterWrite Method (String)
Writes a string to the text stream.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual void Write(
	string value
)

Parameters

value
Type: SystemString
The string to write.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe TextWriter is closed.
IOExceptionAn I/O error occurs.
See Also