Convert String[] to System.Array
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hello, I need to pass an array of strings to a COM object implemented in VB. The Interop interface wants a ref System.Array. How can I convert my String[] to this format in the fastest way possible? Rickard
-
Hello, I need to pass an array of strings to a COM object implemented in VB. The Interop interface wants a ref System.Array. How can I convert my String[] to this format in the fastest way possible? Rickard