Hi I can't find any good way to format this string to a decimal.
3942.000000000000
Any ideas on it?
EDIT
How is this now a valid question? Some (as I) might miss the CultureInfo that's suppose to go in the decimal.Parse, for just different culture formats.
Also I didn't want a float, so making a float to decimal is extra steps.
Just my two cents