Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/CsvHelper/Configuration/IParserConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ public interface IParserConfiguration

/// <summary>
/// Gets the character used to quote fields.
/// Default is '"'.
/// Default is '"' Normally if you change this
/// value, you need to change <see cref="Escape"/> too.
/// </summary>
char Quote { get; }

Expand Down
Loading