Skip to content

0b48ab56 3aba fb1d be54 7590e7bc27aa

Axel Kesseler edited this page Aug 16, 2024 · 4 revisions

ProcessHelper.EscapeDelimiter Field

This constant field represents the character to escape other characters.

Namespace: Plexdata.CsvParser.Internals
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea

Syntax

C#

private const char EscapeDelimiter = '\'

Field Value

Type: Char

Remarks

Every character will be ignored that follows this character.

See Also

Reference

ProcessHelper Class
Plexdata.CsvParser.Internals Namespace

Clone this wiki locally