Answers for "how to convert a char into an int in c# using ascii code"

C#
4

c# char to int

int val = (int)Char.GetNumericValue('8');
Posted by: Guest on November-21-2020

Code answers related to "how to convert a char into an int in c# using ascii code"

C# Answers by Framework

Browse Popular Code Answers by Language