TraceTextWriterWriteLine(String) Method |
Writes a string to the text stream, followed by a line terminator.
Namespace: Altaxo.Main.Services.ImplementationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override void WriteLine(
string? value
)
Parameters
- value String
- The string to write. If value is , only the line terminator is written.
Exceptions
See Also