Получите Enum int по имени

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