Write(bool) Method
Writes the text representation of the specified boolean value to the console.
public static void Write(bool value)
- Namespace
- Spectre
.Console - Containing Type
- AnsiConsole
Parameters
- bool value
- The value to write.