G
glenn
I have a character lets say A and I want to see what the ASCII code is for
that ie: 65.
now to take 65 and make a C i would use: string str = (char)65;
What is the process to go the other way in C#?
Thanks,
glenn
that ie: 65.
now to take 65 and make a C i would use: string str = (char)65;
What is the process to go the other way in C#?
Thanks,
glenn