L
Luigi
Hi all,
with this code:
decimal? test = 1200345.56m;
decimal? test2 = Decimal.Parse(String.Format("{0:0,0.000}", test));
i can not obtain a decimal value with thousands separators (but without
Decimal.Parse do).
How can i solve?
Thanks in advance
with this code:
decimal? test = 1200345.56m;
decimal? test2 = Decimal.Parse(String.Format("{0:0,0.000}", test));
i can not obtain a decimal value with thousands separators (but without
Decimal.Parse do).
How can i solve?
Thanks in advance