Write(IFormatProvider, string, object[]) Method
Writes the text representation of the specified array of objects,
to the console using the specified format information.
public static void Write(IFormatProvider provider, string format, params object[] args)
- Namespace
- Spectre
.Console - Containing Type
- AnsiConsole
Parameters
- IFormatProvider provider
- An object that supplies culture-specific formatting information.
- string format
- A composite format string.
- object[] args
- An array of objects to write.