Share via


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

Definition

Concatenates the items of a collection, using the specified Separator between each item. On each item ToString() will be called.

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

Parameters

value
System.Object

The collection to convert.

targetType
System.Type

The type of the binding target property. This is not implemented.

parameter
System.Object

The separator that should be between each collection item. This overrides the value in Separator.

culture
System.Globalization.CultureInfo

The culture to use in the converter. This is not implemented.

Returns

System.Object

Concatenated members string separated by Separator or, if set, parameter.

Implements

Applies to