Retrieves a string that contains each element of the specified strings separated by the specified token.
public static String unparseStringList( String[] strings, String token )
strings
The array of strings to unpack.
token
The token to insert between elements.
Returns the string containing all elements of the specified strings.