2007年8月26日

字符串转换成枚举值

摘要: 字符串转换成枚举值public enum eOutputType { None=0,天才=1 }eOutputType tmp = (eOutputType)(Enum.Parse(typeof(eOutputType), "天才"); 阅读全文

posted @ 2007-08-26 17:39 Clark Chan 阅读(3678) 评论(3) 推荐(0) 编辑

导航