Table of Contents

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

value object

The value to convert back.

targetTypes Type[]

The types to convert back to.

parameter object

The converter parameter to use.

culture CultureInfo

The culture to use in the converter.

Returns

object[]

An empty array.