CsvSerializer<TTargetType>.AlwaysWriteQualifier property

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 bool AlwaysWriteQualifier { get; set; }

See Also