Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NDbfReader Class / ReadDbf Method / ReadDbf(String,Encoding) Method
The name of the DBF file.
Character encoding.


In This Topic
    ReadDbf(String,Encoding) Method
    In This Topic
    Reads an entire standard DBF file into a DataTable.
    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)
    public static System.Data.DataTable ReadDbf( 
       System.string dbfFileName,
       System.Text.Encoding encoding
    )

    Parameters

    dbfFileName
    The name of the DBF file.
    encoding
    Character 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