ITextBackedConsoleWrite(String) Method |
Writes the specified string value to the text backed console.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Write(
string value
)
Parameters
- value String
- The string to write.
See Also