Is there a function in C# to quickly convert some collection to string and separate values with delimiter?

For example:

List<string> names –> string names_together = "John, Anna, Monica"

2 s
2

Leave a Reply

Your email address will not be published. Required fields are marked *