LineWrappingTextWriterForStringWriter Method (Int32) |
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic static LineWrappingTextWriter ForStringWriter(
int maximumLineLength
)
Public Shared Function ForStringWriter (
maximumLineLength As Integer
) As LineWrappingTextWriter
Dim maximumLineLength As Integer
Dim returnValue As LineWrappingTextWriter
returnValue = LineWrappingTextWriter.ForStringWriter(maximumLineLength)
public:
static LineWrappingTextWriter^ ForStringWriter(
int maximumLineLength
)
Parameters
- maximumLineLength
- Type: SystemInt32
The maximum length of a line, in characters.
Return Value
Type:
LineWrappingTextWriterA
LineWrappingTextWriter that writes to a
StringWriter.
Remarks
See Also