Skip to content

getemptycsvexportvalues

eisclimber edited this page Apr 4, 2026 · 1 revision

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.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally