WriteLine(IFormatProvider, bool) Method
Writes the text representation of the specified boolean value,
followed by the current line terminator, to the console.
public static void WriteLine(IFormatProvider provider, bool value)
- Namespace
- Spectre
.Console - Containing Type
- AnsiConsole
Parameters
- IFormatProvider provider
- An object that supplies culture-specific formatting information.
- bool value
- The value to write.