RanorexRanorex Documentation
LastParseSeparatorChar Property
NamespacesRanorex.Core.DataCsvDataConnectorLastParseSeparatorChar
Gets the separator character used when last parsing the data from the CSV file.
Declaration Syntax
C#Visual BasicVisual C++
public char LastParseSeparatorChar { get; }
Public ReadOnly Property LastParseSeparatorChar As Char
public:
property wchar_t LastParseSeparatorChar {
	wchar_t get ();
}
Value
The separator character used for the last parsing operation or the default separator character ',' if this connector has not yet loaded data from the CSV file.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)