how to convert string c# to int code example Example: how to convert string to int in c# string a = ("2"); int b = Convert.ToInt16(a)