Daniel's XL Toolbox NG
XLToolbox.Csv.CsvSettings Class Reference

Public Member Functions

 CsvSettings ()
 

Properties

string FieldSeparator [get, set]
 
string DecimalSeparator [get, set]
 
string ThousandsSeparator [get, set]
 
bool Tabularize [get, set]
 
NumberFormatInfo NumberFormatInfo [get]
 Returns a System.Globalization.NumberFormatInfo object whose properties are set according to the current properties (namely, DecimalSeparator.) This property is mainly used internally, but available publicly for convenience. More...
 

Constructor & Destructor Documentation

◆ CsvSettings()

XLToolbox.Csv.CsvSettings.CsvSettings ( )
inline

Property Documentation

◆ DecimalSeparator

string XLToolbox.Csv.CsvSettings.DecimalSeparator
getset

◆ FieldSeparator

string XLToolbox.Csv.CsvSettings.FieldSeparator
getset

◆ NumberFormatInfo

NumberFormatInfo XLToolbox.Csv.CsvSettings.NumberFormatInfo
get

Returns a System.Globalization.NumberFormatInfo object whose properties are set according to the current properties (namely, DecimalSeparator.) This property is mainly used internally, but available publicly for convenience.

◆ Tabularize

bool XLToolbox.Csv.CsvSettings.Tabularize
getset

◆ ThousandsSeparator

string XLToolbox.Csv.CsvSettings.ThousandsSeparator
getset

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