int to ascii c#

C#
char c = (char)65;
char c = Convert.ToChar(65); 
Source

Also in C#: