CsvSeparator Enum
Version 0.0.2
.NET Framework 4.7
Namespace | Skybrud.Csv |
---|---|
Assembly | Skybrud.Csv.dll |
Visibility | Public |
Enum class representing the separator used in a CSV file.
public enum CsvSeparator : Enum { }
Fields
Name | Value | Summary |
---|---|---|
Comma | 0 |
Indicates that the separator is a comma. |
SemiColon | 1 |
Indicates that the separator is a semi colon. |
Colon | 2 |
Indicates that the separator is a colon. |
Space | 3 |
Indicates that the separator is a space. |
Tab | 4 |
Indicates that the separator is a tab. |