ITextBackedConsoleWrite(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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Write(
string format,
params Object[] args
)
Parameters
- format String
- A composite format string.
- args Object
- An array of objects to write using format.
See Also