how to display formatted text but have the actual text

Posted by Behrooz on Stack Overflow See other posts from Stack Overflow or by Behrooz
Published on 2010-03-29T18:45:22Z Indexed on 2010/03/29 18:53 UTC
Read the original article Hit count: 359

Filed under:
|
|
|
|

hello
I have my own textbox witch inherits System.Windows.Forms.TextBox
I am trying to display texts like 5000000 formatted ==> 5,000,000 but the problem is that Control.Text should return 5000000 but it should display 5,000,000.

I know it is WTF, but i really need it and i couldn't Google a lot because my native language is not English(and anyone can get it from my grammar and Im sorry for that).

© Stack Overflow or respective owner

Related posts about .NET

Related posts about winforms