Hello!
This simple code:
decimal[] a = new decimal[] { 23.45m, 120.0m };
double[] b = new double[2];
a.CopyTo(b, 0);
throws an ArrayTypeMismatchException. I can't find anything in the docs
which suggests that this is expected behaviour. Can anybody please give me
an explanation for it?
--
Thank you,
Christopher Ireland
"There is no way to peace; peace is the way."
A. J. Muste