LineWrappingTextWriterNewLine Property
Gets or sets the line terminator string used by the current TextWriter.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public override string NewLine { get; set; }
Public Overrides Property NewLine As String
Get
Set
Dim instance As LineWrappingTextWriter
Dim value As String
value = instance.NewLine
instance.NewLine = value
public:
virtual property String^ NewLine {
String^ get () override;
void set (String^ value) override;
}
String
The line terminator string use by the
BaseWriter.
StringThe line terminator string for the current
TextWriter.