Joins array elements using the specified delimiter.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public static String concat ( |
A character inserted between the array elements.
The objects to be joined.
A string containing the concatenated string representations of the objects.
See Also