ConfigurationConverterBase Hierarchy

The following table lists the classes derived from System.Configuration.ConfigurationConverterBase .

Derived Classes

Class Description
System.Configuration.CommaDelimitedStringCollectionConverter Converts a comma-delimited string value to and from a CommaDelimitedStringCollection object. This class cannot be inherited.
System.Configuration.GenericEnumConverter Converts between a string and an enumeration type.
System.Configuration.InfiniteIntConverter Converts between a string and the standard infinite or integer value.
System.Configuration.InfiniteTimeSpanConverter Converts between a string and the standard infinite TimeSpan value.
System.Configuration.TimeSpanMinutesConverter Converts a time span expressed in minutes.
System.Configuration.TimeSpanSecondsConverter Converts a time span expressed in seconds.
System.Configuration.TypeNameConverter Converts between type and string value. This class cannot be inherited.
System.Configuration.WhiteSpaceTrimStringConverter Converts a string to its canonical format.
System.Web.Configuration.MachineKeyValidationConverter Provides methods for converting MachineKeyValidation objects to and from strings.
System.Web.UI.MobileControls.MobileTypeNameConverter Converts the value of an object into a different data type. This class cannot be inherited.

See Also

Reference

ConfigurationConverterBase Class
ConfigurationConverterBase Members
System.Configuration Namespace
CommaDelimitedStringCollectionConverter Class
GenericEnumConverter
InfiniteIntConverter
InfiniteTimeSpanConverter
TimeSpanMinutesConverter
TimeSpanMinutesOrInfiniteConverter
TimeSpanSecondsConverter
TimeSpanSecondsOrInfiniteConverter
TypeNameConverter
WhiteSpaceTrimStringConverter