L
Luigi Z
Hi all,
in my WinForm application (C# 2.0) that loads some txt file, when I use
Decimal.Parse on string like
"123.45"
it returns me 12345m
But I also have tests that test this feature, and works fine.
How this strange behaviour?
Thanks a lot
in my WinForm application (C# 2.0) that loads some txt file, when I use
Decimal.Parse on string like
"123.45"
it returns me 12345m
But I also have tests that test this feature, and works fine.
How this strange behaviour?
Thanks a lot