ITextOutputServiceWriteLine(IFormatProvider, String, Object) Method |
Write a line using a format provider and a formatted string, then starts a new line.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void WriteLine(
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