Click or drag to resize

TextOutputWindowControllerWriteLine(IFormatProvider, String, Object) Method

[Missing <summary> documentation for "M:Altaxo.Gui.Pads.Output.TextOutputWindowController.WriteLine(System.IFormatProvider,System.String,System.Object[])"]


Namespace: Altaxo.Gui.Pads.Output
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void WriteLine(
	IFormatProvider provider,
	string format,
	params Object[] args
)

Parameters

provider  IFormatProvider

[Missing <param name="provider"/> documentation for "M:Altaxo.Gui.Pads.Output.TextOutputWindowController.WriteLine(System.IFormatProvider,System.String,System.Object[])"]

format  String

[Missing <param name="format"/> documentation for "M:Altaxo.Gui.Pads.Output.TextOutputWindowController.WriteLine(System.IFormatProvider,System.String,System.Object[])"]

args  Object

[Missing <param name="args"/> documentation for "M:Altaxo.Gui.Pads.Output.TextOutputWindowController.WriteLine(System.IFormatProvider,System.String,System.Object[])"]

Implements

ITextOutputServiceWriteLine(IFormatProvider, String, Object)
See Also