Method ConvertBack
- Namespace
- Innova.Prism.Library.Converters
- Assembly
- Innova.Prism.Library.dll
ConvertBack(object, Type, object, CultureInfo)
This method is not implemented and will always throw a NotImplementedException.
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
valueobjectThe value to be converted back.
targetTypeTypeThe type of the target property.
parameterobjectThe format string.
cultureCultureInfoThe culture to be used for formatting.
Returns
- object
Throws a NotImplementedException.