The DbfFileHeader type exposes the following members.
 Methods
Methods
| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from ValueType.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetFieldDescriptions | 
            Method to return an array of DbfFieldDesc structs, describing each field in a record
             | 
|  | GetHashCode | (Inherited from ValueType.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | Read(Stream) | 
            Reads the header contents from a stream
             | 
|  | Read(array<Byte>[]()[][], Int32) | 
            Reads the header contents from raw byte data
             | 
|  | ToString | (Overrides ValueType..::..ToString()()()().) | 
 Properties
Properties
| Name | Description | |
|---|---|---|
|  | Day | |
|  | FieldCount | 
            The number of fields in each record
             | 
|  | HeaderLength | 
            The length of the main header
             | 
|  | LDID | 
            The DBF Language Driver Id        
             | 
|  | 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 | 
 
     
     
     
     
    