Click or drag to resize

BinaryOperationConverterConvertBack Method (Object, Type, Object, CultureInfo)

Converts a binding target value to the source binding values.

Namespace:  TomsToolbox.Wpf.Converters
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public Object[] ConvertBack(
	Object? value,
	Type[]? targetTypes,
	Object? parameter,
	CultureInfo? culture
)

Parameters

value
Type: SystemObject
The value that the binding target produces.
targetTypes
Type: SystemType
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
Type: SystemObject
The converter parameter to use.
culture
Type: System.GlobalizationCultureInfo
The culture to use in the converter.

Return Value

Type: 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