LineWrappingTextWriterWrite(String) Method

Writes a string to the text stream.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
public override void Write(
	string? value
)

Parameters

value  String
The string to write.

Exceptions

ObjectDisposedExceptionThe TextWriter is closed.
IOExceptionAn I/O error occurs.

See Also