SyntaxFix
Write A Post
Hire A Developer
Questions
I'm surprised nobody has mentioned the static method built right into System.Char...
System.Char
int val = (int)Char.GetNumericValue('8'); // val == 8