//ERDDAP/com.cohort.util/ScriptString2/arrayToCSSVString
arrayToCSSVString
[JVM]
open fun arrayToCSSVString(value: Any): String
This returns a nice String representation of the attribute value (which should be a String or an array of primitives).
CHANGED: before 2011-09-04, this was called toCSVString.
Return
a nice String representation
Parameters
JVM
value |