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:

Powered By Blogger · Designed By Seo Blogger Templates