Write(IFormatProvider, int) Method
Writes the text representation of the specified 32-bit
signed integer value to the console.
public static void Write(IFormatProvider provider, int value)
- Namespace
- Spectre
.Console - Containing Type
- AnsiConsole
Parameters
- IFormatProvider provider
- An object that supplies culture-specific formatting information.
- int value
- The value to write.