BooleanToGridFilterRowPositionConverterConvertBack Method

Converts a value back from the target type to its original form.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public Object ConvertBack(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameters

value  Object
Object with the value to evaluate.
targetType  Type
Type with the target type to convert the value.
parameter  Object
Object with the specifying parameter.
culture  CultureInfo
CultureInfo to use for the conversion.

Return Value

Object
Object with the convert back result.

Implements

IValueConverterConvertBack(Object, Type, Object, CultureInfo)

See Also