如何在C#中将数据库对象转换为int?
int uid = Convert.ToInt32(dt.Rows[0]["userid"].ToString());
c# database type-conversion
c# ×1
database ×1
type-conversion ×1