getemptycsvexportvalues - eisclimber/ExPresS-XR GitHub Wiki
Method in QuizRoundData
Provides a string of empty columns for the quiz data. Used to maintain no mess up the format when exporting but no QuizRoundData was created. Contains NUM_CSV_EXPORT_COLUMNS columns.
public static string GetEmptyCsvExportValues(char sep = CsvUtility.DEFAULT_COLUMN_SEPARATOR);| Name | Description |
|---|---|
char sep |
Separator character (Default: DataGatherer.DEFAULT_COLUMN_SEPARATOR). |
Empty of the provided headers.