Skip to content

Instantly share code, notes, and snippets.

@Gwunhar
Gwunhar / DBFReader.cs
Last active November 18, 2021 21:44 — 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;