S
shapper
Hello,
I have a generic list as follows:
Dim MyTags As Generic.List(Of Tag)
Tag is a class with various properties being one of them Text.
I want to create a string where each item is separated by a comma from
the text values in all tags inside "MyTags" generic list.
How can I do this?
Thanks,
Miguel
I have a generic list as follows:
Dim MyTags As Generic.List(Of Tag)
Tag is a class with various properties being one of them Text.
I want to create a string where each item is separated by a comma from
the text values in all tags inside "MyTags" generic list.
How can I do this?
Thanks,
Miguel