J
Juan Gabriel Del Cid
My basic question:
Have you tried this:
string []arr = (string [])theObject;
That should work,
-JG
How do I cast an object into a string []?
Have you tried this:
string []arr = (string [])theObject;
That should work,
-JG