Decimal.Parse -> "Invalid Input String"
Nicolas Galler | November 15, 2006Found out that Decimal.Parse would not handle scientific notation.
Instead I had to use:
(decimal)Double.Parse(...)
Found out that Decimal.Parse would not handle scientific notation.
Instead I had to use:
(decimal)Double.Parse(...)
« NHibernate + SLX
Source Control »