Click or drag to resize

LineWrappingTextWriterForStringWriter Method (Int32)

Gets a LineWrappingTextWriter that writes to a StringWriter.

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

Parameters

maximumLineLength
Type: SystemInt32
The maximum length of a line, in characters.

Return Value

Type: LineWrappingTextWriter
A LineWrappingTextWriter that writes to a StringWriter.
Remarks
See Also