Namespace SunamoConverters.ConvertersSimple
Classes
- BlobConverter
Converts between byte arrays and hexadecimal string representation.
- MultilineAsOneLine
Converts multiline text to single line representation and vice versa.
- PluralConverter
Converts English words between singular and plural forms. This class is not static (unlike other converters) to avoid wasting resources at application startup when the class might not be used at all. Please try to create only one instance of this class.
- PropertyTypesConverter
Converts between PropertyTypes enum and their full type names.