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; }
<DataMemberAttribute>
Public Property Separator As String
Get
Set
public:
[DataMemberAttribute]
property String^ Separator {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Separator : string with get, set
Property Value
Type:
String
The separator, it can be a comma (,) a semicolon (;) a pipe (|) or another user defined separator
See Also