string str;ushort ush;ush = str.converttoushort(str);
string str = "111";uint x ;if(!uint.TryParse(str,out x)){ Console.Write(str + " 格式不正确");}
converttoushort
Convert.toInt16(str);