DOT NET ACADEMY
Dot Net Interview Questions and Tutorials By Dr. Rajesh Rolen
Home
ASP.NET Interview Questions
+
C#.NET and VB.NET Interview Questions
OOPs Interview Questions
+
Monday, January 17, 2011
The best overloaded method match for 'string.Join(string, string[])' has some invalid arguments
While trying to convert arraylist to string with delimiter separated you would encounter this error .
to get rid from it try this:
string str = string.Join(",",(string[]) srchTags.ToArray (typeof(String)));
Solution By: Rajesh Rolen
Share This!
No comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment