Click or drag to resize

TraceTextWriterWriteLine(String) Method

Writes a string to the text stream, followed by a line terminator.

Namespace: Altaxo.Main.Services.Implementation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override void WriteLine(
	string? value
)

Parameters

value  String
The string to write. If value is , only the line terminator is written.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe TextWriter is closed.
IOExceptionAn I/O error occurs.
See Also