how to convert a char to int c# code example Example: c# char to int int val = (int)Char.GetNumericValue('8');