int to ascii c#

90

int to ascii c# -

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

Comments

Submit
0 Comments