Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

QuoteMode Enumeration

Indicates the behavior of quoted fields.

[Visual Basic]
Public Enum QuoteMode
[C#]
public enum QuoteMode

Members

Member Name Description
AlwaysQuotedThe engine always expects a quote when read and always adds the quotes when write.
OptionalForReadThe engine expects or not a quote when read and always adds the quotes when write.
OptionalForWriteThe engine always expects a quote when read and adds the quotes when write only if the field contains: quotes, new lines or the separator char.
OptionalForBothThe engine expects or not a quote when read and adds the quotes when write only if the field contains: quotes, new lines or the separator char.

Requirements

Namespace: FileHelpers

Assembly: FileHelpers (in FileHelpers.dll)

See Also

FileHelpers Namespace


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox