Class EnumToBoolConverter
- Namespace
- Innova.Prism.Library.Converters
- Assembly
- Innova.Prism.Library.dll
Converts an enum value to a boolean value based on a specified true value.
public class EnumToBoolConverter : IValueConverter
- Inheritance
-
EnumToBoolConverter
- Implements
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.