//ERDDAP/com.cohort.util/ScriptString2/toHexCSSVString
toHexCSSVString
[JVM]
open fun toHexCSSVString(ar: Array<Byte>): String
This generates a hexadecimal Comma-Space-Separated-Value (CSSV) String from the array. Negative numbers are twos compliment, e.g., -4 -> 0xfc.
CHANGED: before 2011-09-04, this was called toHexCSVString.