S
shapper
Hello,
How can I convert a Generic.List(Of String) to a single string where
all elements are separated by a comma?
My string would become:
"item1,item2,item3"
Thanks,
Miguel
How can I convert a Generic.List(Of String) to a single string where
all elements are separated by a comma?
My string would become:
"item1,item2,item3"
Thanks,
Miguel