Class CsvOptions
- Namespace
- WeihanLi.Npoi.Configurations
- Assembly
- WeihanLi.Npoi.dll
public sealed class CsvOptions
- Inheritance
-
CsvOptions
- Inherited Members
-
Constructors
CsvOptions()
Fields
Default
public static readonly CsvOptions Default
Field Value
- CsvOptions
Properties
Encoding
public Encoding Encoding { get; set; }
Property Value
- Encoding
public bool IncludeHeader { get; set; }
Property Value
- bool
PropertyNameForBasicType
public string PropertyNameForBasicType { get; set; }
Property Value
- string
QuoteCharacter
public char QuoteCharacter { get; set; }
Property Value
- char
QuoteString
public string QuoteString { get; }
Property Value
- string
SeparatorCharacter
public char SeparatorCharacter { get; set; }
Property Value
- char
SeparatorString
public string SeparatorString { get; }
Property Value
- string