Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Supported data types

Stanislav Fajfr edited this page Oct 24, 2021 · 2 revisions
dBASE Type .NET Type
Char (0x43) String
Date (0x44) DateTime?
FoxPro DateTime (0x54) DateTime?
Long (0x49) Int32
Logical (0x4C) Boolean?
Numeric (0x4E) Decimal?
Float (0x46) Decimal?
Currency (0x59) Decimal?
Any Byte[]
Clone this wiki locally