枚举类型变量=(ActionType)Enum.Parse(typeof(ActionType),"stringValue") 其中,ActionType是自定义的枚举类型,stringValue是待转换的字符串。