Ads Top

Convert List into Comma-Separated String

Console.WriteLine(String.Join(",", new List<uint> { 1, 2, 3, 4, 5 }));

Powered by Blogger.