CsvReader..::..Escape Property

Gets the escape character letting insert quotation characters inside a quoted field.

Namespace:  LumenWorks.Framework.IO.Csv
Assembly:  LumenWorks.Framework.IO (in LumenWorks.Framework.IO.dll)

Syntax


public char Escape { get; }
Public ReadOnly Property Escape As Char
	Get
public:
property wchar_t^ Escape {
	wchar_t^ get ();
}

Field Value

The escape character letting insert quotation characters inside a quoted field.