WriteLine(uint) Method
Writes the text representation of the specified 32-bit unsigned integer value,
followed by the current line terminator, to the console.
public static void WriteLine(uint value)
- Namespace
- Spectre
.Console - Containing Type
- AnsiConsole
Parameters
- uint value
- The value to write.