IValueConverter.ConvertBack(Object, Type, Object, CultureInfo) Method

Definition

Implement this method to convert value back from targetType by using parameter and culture.

public object ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member ConvertBack : obj * Type * obj * System.Globalization.CultureInfo -> obj

Parameters

value
Object

The value to convert.

targetType
Type

The type to which to convert the value.

parameter
Object

A parameter to use during the conversion.

culture
CultureInfo

The culture to use during the conversion.

Returns

Applies to