Type conversion framework.
| Class | Description | 
|---|---|
| ConversionNotSupportedException | Exception base type for conversion errors. | 
| ConverterRegistry | Register of type converters for specific types. | 
| TypeConverterAttribute | Attribute used to associate a type converter | 
| Interface | Description | 
|---|---|
| IConvertFrom | Interface supported by type converters | 
| IConvertTo | Interface supported by type converters |