Click or drag to resize

BinaryOperationConverterConvertBack(Object, Type, Object, CultureInfo) Method

Converts a binding target value to the source binding values.

Namespace: TomsToolbox.Wpf.Converters
Assembly: TomsToolbox.Wpf (in TomsToolbox.Wpf.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public Object[] ConvertBack(
	Object? value,
	Type[]? targetTypes,
	Object? parameter,
	CultureInfo? culture
)

Parameters

value  Object
The value that the binding target produces.
targetTypes  Type
The array of types to convert to. The array length indicates the number and types of values that are suggested for the method to return.
parameter  Object
The converter parameter to use.
culture  CultureInfo
The culture to use in the converter.

Return Value

Object
An array of values that have been converted from the target value back to the source values.

Implements

IMultiValueConverterConvertBack(Object, Type, Object, CultureInfo)
Exceptions
ExceptionCondition
InvalidOperationExceptionThis operation is not supported.
See Also