Hi,
I have a problem. I used to convert an object to double like this:
System.Double val = Convert.ToDouble(valeur, culture);
function of culture.
Now I have as object un array of double...
how can I make the conversion??I don't have Convert.To...?

Thanks