Skip to content

getquizroundcsvheader

eisclimber edited this page Apr 4, 2026 · 1 revision

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.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally