getquizroundcsvheader - eisclimber/ExPresS-XR GitHub Wiki

QuizRoundData.GetQuizRoundCsvHeader(char)

Method in QuizRoundData

Summary

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

Parameters

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

Returns

CSV headers string.

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