DelimitedRecordAttribute Constructor |
Indicates that this class represents a delimited record.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic DelimitedRecordAttribute(
string delimiter
)
Public Sub New (
delimiter As String
)
Parameters
- delimiter
- Type: SystemString
The separator string used to split the fields of the record.
See Also