ba91517e c4de ae84 f1bc b7cf76ae3c23 - akesseler/Plexdata.CsvParser GitHub Wiki
Gets or sets the descriptor representing a 'Null' value which should occur in an exported CSV file instead of an empty string.
Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public string NullValue { get; set; }
Type: String
The 'Null' value descriptor to be used.
This value is used only for exporting CSV files.