I've tried the Masked Edit with a lot of different masks, but I just can't get it to work.
And I tried this code:
Thread.CurrentThread.CurrentCulture = new CultureInfo("fr-FR");
double text = double.Parse(txt.Text);
txt.Text = text.ToString("#,##");
But when I insert in the textbox for example 2500 I got 02 500 while I want 2 500.
Any suggestions ?
Thank you.

New Topic/Question
Reply


MultiQuote


|