Hello,
I am confused with the .ToArray function in VB/Ui Path. Why sometimes when printing a list only requires String.Join("," sampleList) but sometimes requires String.Join("," sampleList.ToArray)?
E.g.
Hello,
I am confused with the .ToArray function in VB/Ui Path. Why sometimes when printing a list only requires String.Join("," sampleList) but sometimes requires String.Join("," sampleList.ToArray)?
E.g.