C# 클래스 Mono.Csv.CsvFileCommon

Common base class for CSV reader and writer classes.
파일 보기 프로젝트 열기: floatinghotpot/LiteCsvParser

보호된 프로퍼티들

프로퍼티 타입 설명
SpecialChars char[]

프로퍼티 상세

SpecialChars 보호되어 있는 프로퍼티

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
리턴 char[]