join

From Documentation
Revision as of 08:08, 8 March 2011 by Tomyeh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
String join(Object[] value, String separator);
i.e., StringFns.join(Object[], String)

Joins the given array of values into a string and separated with the given separator

Parameters:

  • value - the array of values to join (if any of its elements is not a string, it will be converted to a string first)
  • separator - the separator

Version History

Last Update : 2011/03/08


Version Date Content
5.0.7 March, 2011 This method was introduced



Last Update : 2011/03/08

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.