Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Utils.unparseStringList
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.