IDictionaryGenericConverter Class
Converts an IDictionary<TKey, TValue> to and from a string.
graph BT Type-->Base0["IDictionaryConverter"] click Base0 "/CsvHelper/api/CsvHelper.TypeConversion/IDictionaryConverter" Base0-->Base1["DefaultTypeConverter"] click Base1 "/CsvHelper/api/CsvHelper.TypeConversion/DefaultTypeConverter" Base1-->Base2["object"] Type-.->Interface0["ITypeConverter"] click Interface0 "/CsvHelper/api/CsvHelper.TypeConversion/ITypeConverter" Type["IDictionaryGenericConverter"] class Type type-node

Syntax

public class IDictionaryGenericConverter : IDictionaryConverter, ITypeConverter

Methods

Name Return Value Summary
ConvertFromString(string, IReaderRow, MemberMapData) object
Converts the string to an object.
ConvertToString(object, IWriterRow, MemberMapData) string
Converts the object to a string.
Inherited from IDictionaryConverter