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