Class EnumToBooleanConverter<TEnum>
- Namespace
- Innova.Prism.Library.Converters
- Assembly
- Innova.Prism.Library.dll
Converts an enum value to a boolean value based on a specified parameter.
public class EnumToBooleanConverter<TEnum> : IValueConverter where TEnum : struct
Type Parameters
TEnum
The enum type.
- Inheritance
-
EnumToBooleanConverter<TEnum>
- Implements
- Derived
Methods
- Convert(object, Type, object, CultureInfo)
Converts an enum value to a boolean value.
- ConvertBack(object, Type, object, CultureInfo)
Converts a boolean value back to the corresponding enum value.