Skip to content

Instantly share code, notes, and snippets.

@MaiconLL
MaiconLL / DBFReader.cs
Created October 20, 2020 20:11 — forked from sleimanzublidi/DBFReader.cs
C# DBF Reader
using System;
using System.Collections.Generic;
using System.Data;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;