摘要: public static Type TypeCodeToType(TypeCode tc) { return Type.GetType("System." + Enum.GetName(typeof(TypeCode), tc)); } 阅读全文
posted @ 2009-05-11 23:38 麦壳饼 阅读(303) 评论(0) 推荐(0) 编辑