Method ConvertBack
- Namespace
- Innova.Prism.Library.Converters
- Assembly
- Innova.Prism.Library.dll
ConvertBack(object, Type, object, CultureInfo)
Converts the value of a ListBoxItem back to the source type. This method is not implemented and will throw a NotImplementedException.
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
valueobjectThe value to convert back.
targetTypeTypeThe type to convert the value back to.
parameterobjectAn optional parameter to use during the conversion.
cultureCultureInfoThe culture to use during the conversion.
Returns
- object
The converted value.