ReqDemPlanSSASHelper.enumerableToString Method [AX 2012]
Converts to string the elements of an enumerable, and collects them into a single string, one per line.
public str enumerableToString(CLRObject _enumerable)
Run On
ServerParameters
- _enumerable
- Type: CLRObject Class
The enumerable containing objects to convert to string.
Return Value
Type: strA single string containing the string representation of all the members of the enumerable.
Community Additions
ADD
Show: