Skip to content

Commit

Permalink
Improve Quote help text
Browse files Browse the repository at this point in the history
It took me finding this issue #1509 before I could figure out what went wrong.
  • Loading branch information
billrob authored Feb 15, 2025
1 parent 852bd46 commit 58a9e10
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 58a9e10

Please sign in to comment.