Write(IFormatProvider, char[]) Method
Writes the specified array of Unicode characters to the console.
public static void Write(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.