Quote Escape Method Enumeration
Enumerates the ways the quote character may be represented
when it appears in a quoted string.
Definition
Namespace: Numerics.NET.Data.Text
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
C#
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
public enum QuoteEscapeMethod
Members
Double | 0 | 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. |
EscapeCharacter | 1 | The quote character is escaped by prefixing it with the designated escape character. |