Skip to content

Instantly share code, notes, and snippets.

@ilyasozkurt
Created February 15, 2023 12:54
Show Gist options
  • Save ilyasozkurt/2734692d2d6b55279b0349541d7abf33 to your computer and use it in GitHub Desktop.
Save ilyasozkurt/2734692d2d6b55279b0349541d7abf33 to your computer and use it in GitHub Desktop.
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