UtilConsoleWriteColorText Method

Overload List

WriteColorText(String, Char, Boolean) Writes colored text on the Console.

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.

WriteColorText(String, ConsoleColor, ConsoleColor, Boolean) Writes colored text on the Console.

See Also