First page Back Continue Last page Overview Graphics
Computed Column Methods
ToDelimitedString like CONVERT (not really)
Converts Array to string with given delimiter:
string [] xlResult;
xlResult = vlStuAcadPrograms. ToDelimitedString((253).Char());
return xlResult;