Logged In: NO

Hi,
I'm discovering .NET and I made a mistake on the correction
to be made. AVisual Basic use english formatted numbers
the proper correction should be:
CultureInfo us = new CultureInfo("en-US");
ushort majorVer = (-1 < temp.IndexOf(".")) ? (ushort)
double.Parse(temp,us) : ushort.Parse(temp);
Eric Boyard
eboyard@fr.xrt.com