Click or drag to resize

ITextOutputServiceWrite(IFormatProvider, String, Object) Method

Write a line using a format provider and a formatted string.

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

Parameters

provider  IFormatProvider
The format provider.
format  String
The formatted string.
args  Object
The optional arguments.
See Also