convert string to short csharp

Code Example - convert string to short csharp

                
                        string numeroString = "3";
short numero = Convert.ToInt16(string);