Declared in CsvLineEndings.h

CsvLineEndings

Line ending style enumeration.

Definition

typedef NS_ENUM(NSInteger, CsvLineEndings ) {
   CSV_LE_WIN = 0 x0D0A,
   CSV_LE_UNIX = 0 x0A,
   CSV_LE_MAC_LEGACY = 0 x0D,
};

Constants

CSV_LE_WIN
 CR LF - Windows style.

Declared In CsvLineEndings.h.

CSV_LE_UNIX
 LF - Unix and Mac OS X style

Declared In CsvLineEndings.h.

CSV_LE_MAC_LEGACY
 CR - Legacy mac style

Declared In CsvLineEndings.h.

Declared In

CsvLineEndings.h