FolkerKinzel.CsvTools.Mappings.TypeConverters Namespace

Type converters for parsing and writing CSV files

Classes

Base64Converter Static class that contains methods to create TypeConverterT instances for Byte arrays that serialize/deserialize the data in Base64 format.
BooleanConverterTypeConverterT implementation for Boolean.
ByteConverterTypeConverterT implementation for Byte.
CharConverterTypeConverterT implementation for Char.
DateOnlyConverterTypeConverterT implementation for DateOnly.
DateTimeConverterTypeConverterT implementation for DateTime.
DateTimeOffsetConverterTypeConverterT implementation for DateTimeOffset.
DecimalConverterTypeConverterT implementation for Decimal.
DoubleConverterTypeConverterT implementation for Double.
EnumConverterTEnum Generic TypeConverterT implementation for enum types.
GuidConverterTypeConverterT implementation for Guid.
Int16ConverterTypeConverterT implementation for Int16.
Int32ConverterTypeConverterT implementation for Int32.
Int64ConverterTypeConverterT 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.
SByteConverterTypeConverterT implementation for SByte.
SingleConverterTypeConverterT implementation for Single.
StringConverter Static class that contains methods to create TypeConverterT instances for the String class.
TimeOnlyConverterTypeConverterT implementation for TimeOnly.
TimeSpanConverterTypeConverterT 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.
UInt16ConverterTypeConverterT implementation for UInt16.
UInt32ConverterTypeConverterT implementation for UInt32.
UInt64ConverterTypeConverterT 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.