Share via


ListToStringConverter Class

Definition

Concatenates the members of a collection, using the specified separator between each member.

public class ListToStringConverter : Xamarin.CommunityToolkit.Extensions.Internals.ValueConverterExtension, Xamarin.Forms.IValueConverter
Inheritance
System.Object
ListToStringConverter
Implements

Constructors

ListToStringConverter()

Properties

Separator

The separator that should be between each item in the collection

Methods

Convert(Object, Type, Object, CultureInfo)

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

ConvertBack(Object, Type, Object, CultureInfo)

This method is not implemented and will throw a System.NotImplementedException.

ProvideValue(IServiceProvider) (Inherited from ValueConverterExtension)

Explicit Interface Implementations

IMarkupExtension.ProvideValue(IServiceProvider) (Inherited from ValueConverterExtension)

Applies to