ITextBackedConsoleWriteLine(String, Object) Method |
Writes the text representation of the specified array of objects, followed by the current line terminator, to the text backed console using the specified format information.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void WriteLine(
string format,
params Object[] args
)
Parameters
- format String
- A composite format string.
- args Object
- An array of objects to write using format.
See Also