EnumToBooleanConverterConvertBack Method

If the value is it becomes the enumeration corresponding to the one indicated in the parameter.

Definition

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

Parameters

value  Object
Value to convert.
targetType  Type
Target type to convert.
parameter  Object
Parameter to convert.
culture  CultureInfo
Culture information reference.

Return Value

Object
Object with the value converted.

Implements

IValueConverterConvertBack(Object, Type, Object, CultureInfo)

See Also