Click or drag to resize

LineWrappingTextWriterForConsoleOut Method

Gets a LineWrappingTextWriter that writes to the standard output stream.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public static LineWrappingTextWriter ForConsoleOut()

Return Value

Type: LineWrappingTextWriter
A LineWrappingTextWriter that writes to the standard output stream.
See Also