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
Syntaxpublic Encoding Encoding { get; set; }
Public Property Encoding As Encoding
Get
Set
Property Value
Type:
EncodingDefault is the system's current ANSI code page.
See Also