MarkupLine(IFormatProvider, string, object[]) Method

Writes the specified markup, followed by the current line terminator, to the console.
public static void MarkupLine(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.