int to ascii csharp

Code Example - int to ascii csharp

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