Printable View
Hi, anyone knows how to translate ASCII value ("int" = say, 53) into a "char"? Thanks
MessageBox.Show( ((char)65).ToString() );
check this