I'm writing a console C# program. I would like to change the foreground and the background color of the text in console.
Console.BackgroundColor//t set the background color for the text. Console.ForegroundColor//to set the foreground color for the text. Console.ResetColor();//set back the foreground color and background color to the default.
1.4m articles
1.4m replys
5 comments
57.0k users