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
value
objectThe value to be converted back.
targetType
TypeThe type of the target property.
parameter
objectThe format string.
culture
CultureInfoThe culture to be used for formatting.
Returns
- object
Throws a NotImplementedException.