CSVReader.FromFile Method
Public Shared Function FromFile( _
ByVal filename As String, _
Optional ByVal settings As CSVSettings = null, _
Optional ByVal encoding As Encoding = null _
) As CSVReader
This language is not supported or no code example is available.
public static CSVReader FromFile(
string filename,
CSVSettings settings = null,
Encoding encoding = null
)
This language is not supported or no code example is available.
public:
static CSVReader^ FromFile(
String^ filename,
CSVSettings^ settings,
Encoding^ encoding
)
This language is not supported or no code example is available.
Parameters
- filename
- string
The file to read
- settings
- CSVSettings
The CSV settings to use for this reader (Default: CSV)
- encoding
- Encoding
The string encoding to use for the reader (Default: UTF8)