C
Claudia Fong
I have a method GetResult that receives 2 string arguments and I want
this method to return an array of string. Is it possible?
string[ ] GetResult (string s1, string s2);
I tried to define like this, but when I called the method it shows me an
error cannot convert string [ ] into string
Can someone tell me how to do it?
Cheers!
Claudi
this method to return an array of string. Is it possible?
string[ ] GetResult (string s1, string s2);
I tried to define like this, but when I called the method it shows me an
error cannot convert string [ ] into string
Can someone tell me how to do it?
Cheers!
Claudi