how to convert int into char in c# code example Example: how to convert int to char in c# int i = 65; char c = Convert.ToChar(i);