string 转换为枚举对应的值时间:2021-05-12 15:03:39public static Object Parse(Type enumType,string value) 例如:(Colors)Enum.Parse(typeof(Colors), "Red")