input to char c# code example Example 1: c# read char input[i] = Console.ReadKey().KeyChar; Example 2: int to char csharp var newC = (char)c;