// Console app: center text Console.WriteLine(String.Format("{0," + Console.WindowWidth / 2 + "}", "TEXT"));