Click or drag to resize

TextBackedConsoleWrite(String, Object) Method

Writes the text representation of the specified array of objects 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 Write(
	string format,
	params Object?[] args
)

Parameters

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

Implements

ITextBackedConsoleWrite(String, Object)
See Also