how to convert int to char in csharp

Code Example - how to convert int to char in csharp

                
                        int i = 65;
char c = Convert.ToChar(i);