Converting numeric Char to Int in C#

Several days ago, in a programming problem I was solving, the easy task of converting a numeric character to an integer was standing before me. Yes, doing such conversion is easy, but I was shocked that although having experience with programming, this was the very first time I had to do such conversion. So here are the results of my research on this “problem”.
Continue reading “Converting numeric Char to Int in C#”