getemptycsvexportvalues - eisclimber/ExPresS-XR GitHub Wiki

QuizRoundData.GetEmptyCsvExportValues(char)

Method in QuizRoundData

Summary

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);

Parameters

Name Description
char sep Separator character (Default: DataGatherer.DEFAULT_COLUMN_SEPARATOR).

Returns

Empty of the provided headers.

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