Interface IStringConverterFactory

All Known Implementing Classes:
DefaultConverterFactory

public interface IStringConverterFactory
A factory for IStringConverter. This interface lets you specify your converters in one place instead of having them repeated all over your argument classes.
See Also: