Method ConvertBack
- Namespace
- Innova.Prism.Library.Converters
- Assembly
- Innova.Prism.Library.dll
ConvertBack(object, Type[], object, CultureInfo)
This method is not supported and will always return an empty array.
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
Parameters
valueobjectThe value to convert back.
targetTypesType[]The types to convert back to.
parameterobjectThe converter parameter to use.
cultureCultureInfoThe culture to use in the converter.
Returns
- object[]
An empty array.