-
Notifications
You must be signed in to change notification settings - Fork 6
converter__java.lang.String[]
Robert Bossy edited this page Jul 27, 2017
·
1 revision
#String[]
Converts into an array of strings.
Array elements are separated by commas. Each element is stripped from leading and trailing whitespace characters.
The item separator can be set with the separator attribute.
<param value="ARRAY"/>```
or
```xml
<param values="ARRAY"/>```
or
```xml
<param>ARRAY</param>```
or
```xml
<param><element value="VALUE1"/><element>VALUE2</element>...</param>```