convert string to short c# code example Example: convert string to short c# string numeroString = "3"; short numero = Convert.ToInt16(string);