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 Code void Add(ITypeConverter converter) Register a type converter instance.