2.使用万能转换器进行不同类型转换
Convert.ToXxx(object value)
int iRet = Convert.ToInt32("201");
float fRet = Convert.ToSingle("201.12");