1.枚举类型描述存在括号,斜杠等情况可采用Description特性,例如:
[Description("政府部门代发(政策性农业保险、社保补充医疗保险)")]
政府部门代发政策性农业保险社保补充医疗保险 =20,
2.通过枚举值获取描述
Enum.GetName(typeof(CenterCertificateType), Convert.ToInt32(p.LossCertificateType)),
3.通过枚举值获取Description的内容
EnumberHelper.GetEnumDescription((ExceptionReasonType)Enum.Parse(typeof(ExceptionReasonType),p.enumvalue))