Castle.MicroKernel.SubSystems.Conversion.AttributeAwareConverter
Looks for a ConvertibleAttribute on the type to be converted.
If found, the TypeConverter defined by the attribute is used to perform the conversion.
namespace Castle.MicroKernel.SubSystems.Conversion
{
public class AttributeAwareConverter : AbstractTypeConverter
{
public AttributeAwareConverter();
}
}