-
-
Save ilyasozkurt/2734692d2d6b55279b0349541d7abf33 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Console.WriteLine(Convert.ToInt32('A')); // 65 | |
Console.WriteLine(Convert.ToChar(65)); // 'A' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment