CSV Reports
DefaultEncoding Property (CsvReader)



KellermanSoftware.CsvReports Namespace > CsvReader Class : DefaultEncoding Property
Override the default encoding. The default is Encoding.Default
Syntax
Public Property DefaultEncoding As Encoding
Dim instance As CsvReader
Dim value As Encoding
 
instance.DefaultEncoding = value
 
value = instance.DefaultEncoding
public Encoding DefaultEncoding {get; set;}
public:
property Encoding^ DefaultEncoding {
   Encoding^ get();
   void set (    Encoding^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CsvReader Class
CsvReader Members