netcore-csv
Properties | List of all members
CsvOptions Class Reference

csv reader/writer options More...

Properties

char StringDelimiter = '"' [get, set]
 csv string delimiter More...
 
char FieldSeparator = ',' [get, set]
 csv field separator More...
 
char DecimalSeparator = '.' [get, set]
 csv number decimal separator More...
 
Dictionary< string, string > PropNameHeaderMapping = null [get, set]
 custom dictionary to map property name to csv header More...
 
Func< string, string > PropNameToHeaderFunc = null [get, set]
 custom function to map property name to csv header; by default retun null to leave propname More...
 

Detailed Description

csv reader/writer options

Property Documentation

◆ DecimalSeparator

char DecimalSeparator = '.'
getset

csv number decimal separator

◆ FieldSeparator

char FieldSeparator = ','
getset

csv field separator


◆ PropNameHeaderMapping

Dictionary<string, string> PropNameHeaderMapping = null
getset

custom dictionary to map property name to csv header


◆ PropNameToHeaderFunc

Func<string, string> PropNameToHeaderFunc = null
getset

custom function to map property name to csv header; by default retun null to leave propname


◆ StringDelimiter

char StringDelimiter = '"'
getset

csv string delimiter



The documentation for this class was generated from the following file: