i have a program running for a while and everything works fine till this weird thing happens. when i convert a number string to Single, i just can't get the value i want. for example:
Convert.ToSingle("11006.954")
return the value 11006.9541
Convert.ToSingle("20678.228")
return the value 20678.2285
I know i can fix it using Convert.ToDouble but it will take days to modify the existing system. I am using vs2003 .net 1.1.