EnumDesc

EnumDesc方法

using System; using System.ComponentModel; public string EnumDesc(Type type,int value) { string name = Enum.GetName(type, value); if (name == null) { ......
EnumDesc 方法
共1篇  :1/1页 首页上一页1下一页尾页