CsvConfiguration<TTargetType>.AlwaysWriteQualifier method

True if should wrap every field in the Qualifier during serialization. If false, then the qualifier is only written if the field contains the Delimiter.

public CsvConfiguration AlwaysWriteQualifier(bool alwaysWrite = true)

See Also