Holen Sie sich mit dem Namen Enum int

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