Try using this:
Enum.Parse(enum_type, string_value, true);
Last param set to true tells to ignore string casing when parsing.
Try using this:
Enum.Parse(enum_type, string_value, true);
Last param set to true tells to ignore string casing when parsing.