ab5abaf3 f3e1 3768 1584 57344572136f - akesseler/Plexdata.CsvParser GitHub Wiki

CsvSettings.Encoding Property

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

Syntax

C#

public Encoding Encoding { get; set; }

Property Value

Type: Encoding
The Encoding property allows to control file content processing behavior.

Exceptions

 

Exception Condition
ArgumentNullException This exception is thrown if given value is .

Remarks

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.

See Also

Reference

CsvSettings Class
Plexdata.CsvParser.Processors Namespace

⚠️ **GitHub.com Fallback** ⚠️