StringUtils.arraysToString¶
Signature: StringUtils.arraysToString(inputArray)
Returns: String result - a string of the inputArray, or String('null') if inputArray is null
Converts inputArray to a string. A null inputArray returns String('null').
Parameters¶
| Type | Name | Description | Default |
|---|---|---|---|
| Object[] | inputArray | the array of objects to convert, may be null |