how to check if string value is in the Enum list? December 24, 2022 by Tarik You can use: Enum.IsDefined(typeof(Age), youragevariable)