Click or drag to resize

CsvDataSourceSeparator Property

Gets or sets the separator of the CSV file, the default separator depends on your localization settings. For example, for US based culture

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string Separator { get; set; }

Property Value

Type: String
The separator, it can be a comma (,) a semicolon (;) a pipe (|) or another user defined separator
See Also