CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

FormatInfo.Encoding Property

The encoding format of the file.

[Visual Basic]
Public Property Encoding As Encoding
[C#]
public System.Text.Encoding Encoding {get; set;}

Remarks

Setting this property to null will cause the system default to be applied.

Exceptions

Exception Type Condition
Exception Thrown if the instance is readonly.

See Also

FormatInfo Class | AldenSystems.CSVEngine Namespace