Classes
| 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
|
Interfaces
| Interface | Description | |
|---|---|---|
| IConvertFrom |
Interface supported by type converters
| |
| IConvertTo |
Interface supported by type converters
|