string tmp = 数据库中获取的数据;int result =Convert.ToInt32(tmp);result就这样转换好了。
Convert.ToInt32([Data]);[Data]为要转换的数据变量
(int)