Overview | Methods | This Package | All Packages
Retrieves a string that contains each element of the specified strings separated by the specified token.
Syntax
public static String unparseStringList( String[] strings, String token )
Parameters
strings
The array of strings to unpack.
token
The token to insert between elements.
Return Value
Returns the string containing all elements of the specified strings.