Visual Basic (Declaration) | |
---|---|
Public Property ColumnDelimiter As String |
C# | |
---|---|
public string ColumnDelimiter {get; set;} |
By default it is assumed that the delimiter for the CSV file in parsing data values for between fields is the comma (,). If another delimiter is used (for example a tab or dash) it is required to specify the ColumnDelimiter Property. If the comma is used as the delimiter in the CSV file the ColumnDelimiter Property does not need to be set.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8