CommonConvertArrayToString
Callable
Parameters
Arr: readonly unknown[]
Array to convert to a joined string
Returns string
- String of all the array items joined together
Deprecated - - use .join(",");
Array to convert to a joined string
Deprecated - - use .join(",");
Converts an array to a string separated by commas (equivalent of .join(","))