Click or drag to resize

LineWrappingTextWriterWrite Method (String)

Writes a string to the text stream.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public override void Write(
	string value
)

Parameters

value
Type: SystemString
The string to write.
Exceptions
ExceptionCondition
ObjectDisposedException The LineWrappingTextWriter is closed.
IOException An I/O error occurs.
See Also