RecordIndexerItem Property |
Get the field value at the specified index.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic string this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As String
Get
Parameters
- index
- Type: SystemInt32
The index of the field (zero based)
Return Value
Type:
StringThe field value
See Also