Share via


SrsPrintDestinationTokens::list2Str Method [AX 2012]

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

  • _separator
    Type: str
    A separator.

Return Value

Type: str
Members of the _list parameter concatenated with _separator between each.

See Also

Reference

SrsPrintDestinationTokens Class