convert ascii code int to char c# code example Example: int to ascii c# char c = (char)65; char c = Convert.ToChar(65);