Skip to content

How Do I ...?

Benjamin edited this page Mar 25, 2022 · 13 revisions

How Do I...?

The following list is a list of common questions about how to convert specific patterns. If you don't see yours, feel free to ask.

Conversion Puzzles:

Workable Workarounds

The Extras folder contains a few viable work-arounds to some common problems:

  • Recordset.cs - Gives you much of the ADODB feel without changing too much. Also can be customized to extend.
  • FixedWidthRecord.cs - A stand-in mapper to handle any 'fixed-length' records, common to VB6.
  • CsvRecord.cs - Built from the same base as the FixedWidthRecord, provides a common interface to read/write CSV files.