EnumToBooleanConverter Class
Enum to boolean converter class.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public class EnumToBooleanConverter : IValueConverter
Public Class EnumToBooleanConverter
Implements IValueConverter
- Inheritance
- Object EnumToBooleanConverter
- Implements
- IValueConverter
Convert |
Converts to if the parameter matches the value of the enum; otherwise, if the parameter is or does not match.
|
ConvertBack |
If the value is it becomes the enumeration corresponding to the one indicated in the parameter.
|