摘要: static public object ChangeType(object value, Type type) { if (value == null && type.IsGenericType) return Activator.CreateInstance(type); if (value == null) return null; if (type == value.GetType()) return value; if (type.IsEnum) ... 阅读全文
posted @ 2012-07-26 14:38 拓荒者IT 阅读(16501) 评论(3) 推荐(6)
皮肤配置 参考地址:https://www.yuque.com/awescnb/user