Click or drag to resize

CsvTransformerTNullStringMappings Property

Gets the mappings of the null strings. The dictionary uses the column index as key and null string as value.

Namespace:  Enkoni.Framework.Serialization
Assembly:  Enkoni.Framework.Serialization (in Enkoni.Framework.Serialization.dll) Version: 1.3.0.1
Syntax
protected Dictionary<int, string> NullStringMappings { get; }

Property Value

Type: DictionaryInt32, String
See Also