arraytostring - eisclimber/ExPresS-XR GitHub Wiki
Method in CsvUtility
Joins the values into a string representing an array using the given separator.
public static string ArrayToString<T>(T[] values, char sep = DEFAULT_ARRAY_SEPARATOR);| Name | Description |
|---|---|
T[] values |
Values to be converted to a CSV line. |
char sep |
Separator character (Default: DataGatherer.DEFAULT_COLUMN_SEPARATOR). |