Get Enum int pelo nome

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