ArcGIS Runtime SDK for WPF - Library Reference
ColumnDelimiter Property
See Also 
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace > CsvLayer Class : ColumnDelimiter Property

The column delimiter used to split the columns of the CSV file. The default value is comma.

Syntax

Visual Basic (Declaration) 
Public Property ColumnDelimiter As String
C# 
public string ColumnDelimiter {get; set;}

Remarks

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.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.