System.Configuration.CommaDelimitedStringCollectionConverter
Converts a comma-delimited string value to and from a CommaDelimitedStringCollection object. This class cannot be inherited.
namespace System.Configuration
{
public sealed class CommaDelimitedStringCollectionConverter : ConfigurationConverterBase
{
public CommaDelimitedStringCollectionConverter();
}
}