QuoteEscapeMethod Enumeration

Enumerates the ways the quote character may be represented when it appears in a quoted string.

Definition

Namespace: Extreme.Data.Text
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public enum QuoteEscapeMethod

Members

Double0 The quote character is represented by two successive quote characters, similar to how quotes work in strings in Visual Basic .NET. This is the default.
EscapeCharacter1 The quote character is escaped by prefixing it with the designated escape character.

See Also