2,892 questions
Hi @Peter Volz ,
Try the following code using Linq to get the string array.
Dim MyString() As String = MyValues.Select(Function(item) item.Text).ToArray()
Return MyString
Best Regards.
Jiachen Li
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.