VariableMultiValueConverter.ConvertBack Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts one System.Boolean value. Returns null if value is not a System.Boolean value or when not all targetTypes can be assigned from System.Boolean.
public object[]? ConvertBack(object? value, Type[] targetTypes, object? parameter, System.Globalization.CultureInfo culture);
Parameters
- value
- System.Object
The System.Boolean value that should be converted.
- targetTypes
- System.Type[]
The types of the binding target properties.
- parameter
- System.Object
Additional parameter for the converter to handle. This is not implemented.
- culture
- System.Globalization.CultureInfo
The culture to use in the converter. This is not implemented.
Returns
All bindings that evaluate to true if value is true. Or null if value is not a System.Boolean value or value is false.