ListToStringConverter
Concatenates the members of a collection, using the specified separator between each member.
The separator that should be between each item in the collection
public ListToStringConverter()
Concatenates the items of a collection, using the specified Separator between each item. On each item ToString() will be called.
This method is not implemented and will throw a NotImplementedException.