Closed chrisrichards closed 3 years ago
The default behaviour is to set the encoding from the language driver in the DBF file. It is possible to override this by setting the Encoding property in DbfDataReaderOptions and passing to the DbfDataReader constructor.
Encoding
DbfDataReaderOptions
DbfDataReader
Closes #131
The default behaviour is to set the encoding from the language driver in the DBF file. It is possible to override this by setting the
Encoding
property inDbfDataReaderOptions
and passing to theDbfDataReader
constructor.Closes #131