UtilConsoleWriteColorTextLine(String, ConsoleColor, ConsoleColor) Method
Writes colored text on the Console and adds an empty line at the end.
Namespace: DevCase.Core.Application.ConsoleAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
Parameters
- text String
-
The text to write.
- foreColor ConsoleColor
-
The text color.
- backColor ConsoleColor
-
The background color.
This is a code example.
No code example is currently available or this language may not be supported.
WriteColorTextLine(" Hello World! ", ConsoleColor.Magenta, ConsoleColor.Gray)
WriteColorTextLine(" Hello World! ", ConsoleColor.Magenta, Nothing)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.