Skip to content

converter__String[]

Robert Bossy edited this page Jul 27, 2017 · 1 revision

#String[]

Synopsis

Converts into an array of strings.

String conversion

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.

XML conversion

<param value="ARRAY"/>```


	or
	```xml
<param values="ARRAY"/>```


	or
	```xml
<param>ARRAY</param>```


	or
	```xml
<param><element value="VALUE1"/><element>VALUE2</element>...</param>```


Clone this wiki locally