| Base64Converter | Static class that contains methods to create TypeConverterT instances for Byte arrays that serialize/deserialize the data in Base64 format. |
| BooleanConverter | TypeConverterT implementation for Boolean. |
| ByteConverter | TypeConverterT implementation for Byte. |
| CharConverter | TypeConverterT implementation for Char. |
| DateOnlyConverter | TypeConverterT implementation for DateOnly. |
| DateTimeConverter | TypeConverterT implementation for DateTime. |
| DateTimeOffsetConverter | TypeConverterT implementation for DateTimeOffset. |
| DecimalConverter | TypeConverterT implementation for Decimal. |
| DoubleConverter | TypeConverterT implementation for Double. |
| EnumConverterTEnum | Generic TypeConverterT implementation for enum types. |
| GuidConverter | TypeConverterT implementation for Guid. |
| Int16Converter | TypeConverterT implementation for Int16. |
| Int32Converter | TypeConverterT implementation for Int32. |
| Int64Converter | TypeConverterT implementation for Int64. |
| MailAddressConverter | Static class that contains methods to create TypeConverterT instances for the MailAddress class. |
| MultiColumnTypeConverterT | Abstract base class for type converters that provides conversions between .NET data types and CSV data that is distributed across multiple columns of a CSV file. |
| SByteConverter | TypeConverterT implementation for SByte. |
| SingleConverter | TypeConverterT implementation for Single. |
| StringConverter | Static class that contains methods to create TypeConverterT instances for the String class. |
| TimeOnlyConverter | TypeConverterT implementation for TimeOnly. |
| TimeSpanConverter | TypeConverterT implementation for TimeSpan. |
| TypeConverterT | Abstract base class for type converters that convert between the content of a single field of CSV data and .NET data types. |
| UInt16Converter | TypeConverterT implementation for UInt16. |
| UInt32Converter | TypeConverterT implementation for UInt32. |
| UInt64Converter | TypeConverterT implementation for UInt64. |
| UriConverter | Static class that contains methods to create TypeConverterT instances for the Uri class. |
| VersionConverter | Static class that contains methods to create TypeConverterT instances for the Version class. |