CSV Reports
ConvertBlankToNull Property



KellermanSoftware.CsvReports Namespace > CsvReader Class : ConvertBlankToNull Property
If true, blanks (string.empty) will be converted to null. The default is false.
Syntax
Public Property ConvertBlankToNull As Boolean
Dim instance As CsvReader
Dim value As Boolean
 
instance.ConvertBlankToNull = value
 
value = instance.ConvertBlankToNull
public bool ConvertBlankToNull {get; set;}
public:
property bool ConvertBlankToNull {
   bool get();
   void set (    bool 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