Nevron.Diagram.Extensions Namespace / NDbfReader Class / ReadDbf Method / ReadDbf(String,Encoding) Method


ReadDbf(String,Encoding) Method
Syntax
'Declaration
 
Public Overloads Shared Function ReadDbf( _
   ByVal dbfFileName As System.String, _
   ByVal encoding As System.Text.Encoding _
) As System.Data.DataTable
 
'Usage
 
Dim dbfFileName As System.String
Dim encoding As System.Text.Encoding
Dim value As System.Data.DataTable
 
value = NDbfReader.ReadDbf(dbfFileName, encoding)

Parameters

dbfFileName
encoding
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also