I'm programming an application in VB.NET in which I need to take the Items from a ListBox, which are an ListBox.ObjectCollection and convert into a String array to be passed as a parameter to a Sub procedure. How should I do it?
|
|
Assuming .NET 3.5, and thus LINQ:
This also assumes that the way you want to convert items to strings is via |
||
|
|
