[]
Converts an array of different objects to a string result.
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
Type | Name | Description |
---|---|---|
object[] | values | The array of values that the source bindings in the MultiBinding produces. The value UnsetValue indicates that the source binding has no value to provide for conversion. |
Type | targetType | The type of the binding target property. |
object | parameter | The converter parameter to use. |
CultureInfo | culture | The culture to use in the converter. |
Type | Description |
---|---|
object | A converted value as a string, or an empty string if no conversion can be performed. |