Summary
Converts the array to a string.
Description
Returns a string representing the specified array and its elements.
Route
No Northbound API Available
Roles
Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| arr | array | yes | The array to stringify | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| arrayString | string | A string representation of the array |