Share via


MultiConverter.Convert(Object, Type, Object, CultureInfo) Method

Definition

Uses the incoming converters to convert the value.

public object Convert(object value, Type? targetType, object parameter, System.Globalization.CultureInfo? culture);

Parameters

value
System.Object

Value to convert.

targetType
System.Type

The type of the binding target property.

parameter
System.Object

Parameter to pass into subsequent converters.

culture
System.Globalization.CultureInfo

The culture to use in the converter.

Returns

System.Object

The converted value.

Implements

Applies to