C# Class Mono.Csv.CsvFileCommon

Common base class for CSV reader and writer classes.
Afficher le fichier Open project: floatinghotpot/LiteCsvParser

Protected Properties

Свойство Type Description
SpecialChars char[]

Property Details

SpecialChars protected_oe property

These are special characters in CSV files. If a column contains any of these characters, the entire column is wrapped in double quotes.
protected char[] SpecialChars
Résultat char[]