A value indicating whether a line break found in a quote field should
be considered bad data.
to consider a line break bad data, otherwise
.
- Namespace
- CsvHelper
.Configuration .Attributes - Interfaces
- Base Types
-
- Attribute
graph BT
Type-->Base0["Attribute"]
Type-.->Interface0["IClassMapper"]
click Interface0 "/CsvHelper/api/CsvHelper.Configuration.Attributes/IClassMapper"
Type["LineBreakInQuotedFieldIsBadDataAttribute"]
class Type type-node
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class LineBreakInQuotedFieldIsBadDataAttribute : Attribute, IClassMapper
Attributes
Type | Description |
---|---|
AttributeUsage |
Constructors
Name | Summary |
---|---|
Line |
A value indicating whether a line break found in a quote field should
be considered bad data. to consider a line break bad data, otherwise .
|
Properties
Name | Property Type | Summary |
---|---|---|
Line |
bool |
A value indicating whether a line break found in a quote field should
be considered bad data.
to consider a line break bad data, otherwise .
|
Methods
Name | Return Value | Summary |
---|---|---|
ApplyTo |
void |
Applies configuration.
|