Int to Char in C# December 19, 2022 by Tarik (char)myint; for example: Console.WriteLine("(char)122 is {0}", (char)122); yields: (char)122 is z