int recordLength();

Function recordLength() returns a length of a record in a dbf file.


{
    // your code
    Console.WriteLine( "RecordLength = {0}", dbf.recordLength() );
    // your code
}