UtilConsoleWriteColorTextLine Method

Overload List

WriteColorTextLine(String, Char) Writes colored text on the Console and adds an empty line at the end.

Use *F##* as the start delimiter of the ForeColor, use *-F* as the end delimiter of the ForeColor.

Use *B##* as the start delimiter of the BackColor, use *-B* as the end delimiter of the BackColor.

WriteColorTextLine(String, ConsoleColor, ConsoleColor) Writes colored text on the Console and adds an empty line at the end.

See Also