P
pamela fluente
My numericUpDowns show numbers in the format 1.500,56 (italy).
Instead, I need *invariantly* that they show and accept the format
1,500.56, as in the USA.
What's the right way to do that? I have tried to set the current
culture to
the US culture, but nothing changed.
For instance I tried without success (vb) :
Application.CurrentCulture =
Globalization.CultureInfo.GetCultureInfo("en-US")
Both a vb or c# example will be very useful.
Thanks a lot.
-P
Instead, I need *invariantly* that they show and accept the format
1,500.56, as in the USA.
What's the right way to do that? I have tried to set the current
culture to
the US culture, but nothing changed.
For instance I tried without success (vb) :
Application.CurrentCulture =
Globalization.CultureInfo.GetCultureInfo("en-US")
Both a vb or c# example will be very useful.
Thanks a lot.
-P