public enum States
{
[Description("New Hampshire")]
NewHampshire = 29,
[Description("New York")]
NewYork = 32,
}
Here I have to get the data by Description example: I need 29 by 'New Hampshire' Dynamically not using index position