Hello
I'm using wpf textbox in which users enter decimal numbers
what I want is when the text box loses focus to format the input in the following way:
suppose the user enteres 123456.45
then the displayed text should be 1,23,456.45
View Complete Post