string chr = string.Empty; if(Console.KeyAvailable) chr = Console.ReadKey().Key.ToString();