Share via


ReqDemPlanSSASHelper.enumerableToString Method [AX 2012]

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.

See Also

Reference

ReqDemPlanSSASHelper Class