Class ListToStringConverter
Inheritance
ListToStringConverter
Assembly: Sdl.Desktop.Platform.Controls.dll
[ValueConversion(typeof(List<string>), typeof(string))]
public class ListToStringConverter : IValueConverter
Constructors
Declaration
public ListToStringConverter()
Methods
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Returns
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Returns
Implements
Extension Methods