Share via


VariableMultiValueConverter.ConvertBack Method

Definition

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

System.Object[]

All bindings that evaluate to true if value is true. Or null if value is not a System.Boolean value or value is false.

Implements

Applies to