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.
Any suggestions ?
Thank you.
theLizardPosted Sep 27, 2016, 7:58 PM
Madhanmohan DevarajanPosted Sep 27, 2016, 1:03 PM
Jim TatPosted Sep 27, 2016, 12:40 PM
Madhanmohan DevarajanPosted Sep 27, 2016, 12:37 PM
Jim TatPosted Sep 27, 2016, 12:15 PM
Madhanmohan DevarajanPosted Sep 27, 2016, 12:10 PM
Jim TatPosted Sep 27, 2016, 12:06 PM
Jim TatPosted Sep 27, 2016, 11:54 AM
Madhanmohan DevarajanPosted Sep 27, 2016, 11:50 AM
Jim TatPosted Sep 27, 2016, 11:23 AM
Madhanmohan DevarajanPosted Sep 27, 2016, 10:12 AM