form int to char c# code example Example 1: c# char to int int val = (int)Char.GetNumericValue('8'); Example 2: int to char csharp var newC = (char)c;