ab5abaf3 f3e1 3768 1584 57344572136f - akesseler/Plexdata.CsvParser GitHub Wiki
Gets or sets the the expected file encoding. Default value is UTF-8.
Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public Encoding Encoding { get; set; }
Type: Encoding
The Encoding property allows to control file content processing behavior.
Exception | Condition |
---|---|
ArgumentNullException | This exception is thrown if given value is . |
File encoding is relevant for both, importing and exporting CSV data. It describes how data have to be handled during loading as well as during saving. For most cases UTF-8 file encoding is a good choice.