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.
Converts to string the elements of an enumerable, and collects them into a single string, one per line.
Syntax
public str enumerableToString(CLRObject _enumerable)
Run On
Server
Parameters
- _enumerable
Type: CLRObject Class
The enumerable containing objects to convert to string.
Return Value
Type: str
A single string containing the string representation of all the members of the enumerable.