Click or drag to resize

TextBackedConsoleWriteLine(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.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void WriteLine(
	string format,
	params Object?[] args
)

Parameters

format  String
A composite format string.
args  Object
An array of objects to write using format.

Implements

ITextBackedConsoleWriteLine(String, Object)
See Also