| ExtensionsReflectionGetValueTEnum Method |
Returns the enum value from a display name. The enum members requires the
DisplayNameAttribute. If non of the enum values has a matching
DisplayName, then it will try to use
TryParseTEnum(String, TEnum) to retrive a value; otherwise it will
return the default value.
Returns the default value of the enum if
value is null
Namespace:
Cauldron
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax See Also