IMultiValueConverter.Convert(Object[], Type, Object, CultureInfo) Method

Definition

public object Convert (object[] values, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member Convert : obj[] * Type * obj * System.Globalization.CultureInfo -> obj

Parameters

values
System.Object[]
targetType
System.Type
parameter
System.Object
culture
System.Globalization.CultureInfo

Returns

System.Object

Applies to