c# check if string is enum code example Example: c# enum check in string value if (System.Enum.IsDefined(MyEnumType, MyValue)) { // Do something }