Method ConvertBack
- Namespace
- Innova.Prism.Library.Converters
- Assembly
- Innova.Prism.Library.dll
ConvertBack(object, Type, object, CultureInfo)
Converts the specified value back to the original non-nullable value type.
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 for the conversion.
cultureCultureInfoThe culture to use for the conversion.
Returns
- object
The converted value.