getcsvexportvalues - eisclimber/ExPresS-XR GitHub Wiki

QuizRoundData.GetCsvExportValues(char)

Method in QuizRoundData

Summary

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)

Parameters

Name Description
char sep Separator for the columns, default is CsvUtility.DEFAULT_COLUMN_SEPARATOR.

Returns

CSV string of the round data.

⚠️ **GitHub.com Fallback** ⚠️