Table of Contents

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 object

The value to be converted back.

targetType Type

The type of the target property.

parameter object

The format string.

culture CultureInfo

The culture to be used for formatting.

Returns

object

Throws a NotImplementedException.