IValueConverter.ConvertBack(Object, Type, Object, CultureInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.Object
The value to convert.
- targetType
- System.Type
The type to which to convert the value.
- parameter
- System.Object
A parameter to use during the conversion.
- culture
- System.Globalization.CultureInfo
The culture to use during the conversion.
Returns
System.Object