var unknownEnum = Enum.ToObject( typeEnum,int )
经常用Enum.Parse( typeEnum, “Sunday")
但是如果写 Enum.Parse(typeEnum, 7)
那就错了....
posted on 2013-02-06 19:05 norsd 阅读(185) 评论(0) 编辑 收藏 举报