System.Configuration.ConfigurationConverterBase
The base class for the configuration converter types.
namespace System.Configuration
{
public abstract class ConfigurationConverterBase : TypeConverter
{
protected ConfigurationConverterBase();
}
}