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