IConversionManager public interface IConversionManager : ITypeConverter, ISubSystem Establish a composition interface and a subsystem. Implementors should delegate the conversion to a instance of a type converter. Documentation void Add(ITypeConverter converter) Register a type converter instance. bool IsSupportedAndPrimitiveType(Type type)