The DbfFileHeader type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetFieldDescriptions |
Method to return an array of DbfFieldDesc structs, describing each field in a record
| |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Read | Overloaded. | |
| ToString |
Properties
| Name | Description | |
|---|---|---|
| Day | ||
| FieldCount |
The number of fields in each record
| |
| HeaderLength |
The length of the main header
| |
| Month | ||
| RecordCount |
the number of records contained in the DBF file
| |
| RecordLength |
The length of each record (in bytes) in the DBF file. Note that each record will have the same length.
| |
| VersionNumber |
The DBF version number
| |
| Year |