TraceTextWriterWrite(String) Method |
Writes a string to the text stream.
Namespace: Altaxo.Main.Services.ImplementationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override void Write(
string? value
)
Parameters
- value String
- The string to write.
Exceptions
See Also