Check Is Enum Description Contains String Value Or Not In C#?
In my recent project I got the requirement where I have to check that given string is available in enum list or not but the challenge is I have to match the string with enum description, not enum value.