Static utility class for CSV import and export related generic functionality. More...
Static Public Member Functions | |
static string | AddQuotesToText (string text) |
Adds quotes to the given text. More... | |
static string | TrimQuotes (string text) |
Method for trimming quotes in the beginning and end of the string. More... | |
Static Public Attributes | |
static readonly char | DEFAULT_DELIMITER = ',' |
The default delimiter, comma by default. More... | |
static readonly char | QUOTE = '\"' |
The character used for quiting strings in CSV. More... | |
static readonly string | SEPARATOR_HEADER = "sep=" |
The separator header key for the CSV file. More... | |
Static utility class for CSV import and export related generic functionality.
|
inlinestatic |
Adds quotes to the given text.
text | The text. |
|
inlinestatic |
Method for trimming quotes in the beginning and end of the string.
text | The text. |
|
static |
The default delimiter, comma by default.
|
static |
The character used for quiting strings in CSV.
|
static |
The separator header key for the CSV file.