Click or drag to resize

ITextOutputServiceWriteLine(String, Object) Method

Writes a line using the format string and the parameters, then starts a new line.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void WriteLine(
	string format,
	params Object[] list
)

Parameters

format  String
Format string.
list  Object
Variable number of parameters
See Also