getcsvexportvalues - eisclimber/ExPresS-XR GitHub Wiki
Method in QuizRoundData
Returns an exportable string representing multiple CSV columns representing the data stored in the class. Contains NUM_CSV_EXPORT_COLUMNS columns.
public string GetCsvExportValues(char sep = CsvUtility.DEFAULT_COLUMN_SEPARATOR)| Name | Description |
|---|---|
char sep |
Separator for the columns, default is CsvUtility.DEFAULT_COLUMN_SEPARATOR. |
CSV string of the round data.