Obtenez un énumération Int par son nom

int enumInt = (int) Enum.Parse(typeof(Your_Enum), string_name);
Successful Sloth