Method ItemsAsText
ItemsAsText(IReadOnlyList<int>, string?)
Gets items as string.
string? ItemsAsText(IReadOnlyList<int> indexes, string? separator = null)
Parameters
indexesIReadOnlyList<int>Items indexes.
separatorstringItems separator string.
Returns
Remarks
Each item is separated by separator or
NewLine if it is empty.