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