arraytostring - eisclimber/ExPresS-XR GitHub Wiki

CsvUtility.ArrayToString(T[],char)

Method in CsvUtility

Summary

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

Parameters

Name Description
T[] values Values to be converted to a CSV line.
char sep Separator character (Default: DataGatherer.DEFAULT_COLUMN_SEPARATOR).
⚠️ **GitHub.com Fallback** ⚠️