Click or drag to resize

EngineBaseEncoding Property

The encoding to Read and Write the streams. Default is the system's current ANSI code page.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public Encoding Encoding { get; set; }

Property Value

Type: Encoding
Default is the system's current ANSI code page.
See Also