Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Combines a list string collection into one string with a separator.
Syntax
client server protected static str list2Str(List _list, str _separator)
Run On
Called
Parameters
- _list
Type: List Class
A List collection.
- _separator
Type: str
A separator.
Return Value
Type: str
Members of the _list parameter concatenated with _separator between each.