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