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