C# string join array of objects

string.Join(",", Array.ConvertAll<object, string>((object[])value, Convert.ToString))