Write(decimal) Method
Writes the text representation of the specified decimal value, to the console.
public static void Write(decimal value)
- Namespace
- Spectre
.Console - Containing Type
- AnsiConsole
Parameters
- decimal value
- The value to write.