Click or drag to resize

CsvWithFilter Method

Overload List
 NameDescription
Public methodWithFilter(Int32, String) Instructs the reader to only return lines where the value in the specified column matches the provided value.
Public methodWithFilter(String, String) Instructs the reader to only return lines where the value in the specified column matches the provided value. This overload implies that the CSV file has a header.
Top
See Also