getquizroundcsvheader - eisclimber/ExPresS-XR GitHub Wiki
Method in QuizRoundData
Provides a string representing the CSV headers for the data provided when exported. Contains NUM_CSV_EXPORT_COLUMNS columns.
public static string GetQuizRoundCsvHeader(char sep = CsvUtility.DEFAULT_COLUMN_SEPARATOR);| Name | Description |
|---|---|
char sep |
Separator character (Default: DataGatherer.DEFAULT_COLUMN_SEPARATOR). |
CSV headers string.