CsvReadColumnT(Int32) Method |
Reads all lines from the configured CSV file.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntaxpublic IEnumerable<T> ReadColumn<T>(
int columnIndex
)
where T : struct, new(), ISpanParsable<T>
Parameters
- columnIndex Int32
- The index of a numeric column to return.
Type Parameters
- T
- The type to convert the column values to.
Return Value
IEnumerableTA sequence of possibly filtered lines.
See Also