MarkupLine(IAnsiConsole, string, object[]) Method
Writes the specified markup, followed by the current line terminator, to the console.
public static void MarkupLine(this IAnsiConsole console, string format, params object[] args)
- Namespace
- Spectre
.Console - Containing Type
- Ansi
Console Extensions
Parameters
- IAnsiConsole console
- The console to write to.
- string format
- A composite format string.
- object[] args
- An array of objects to write.