J
Jason Huang
Hi,
I have a TextBox txtNumber which uses the CultureInfo( "en-US",
false ).NumberFormat,
so the txtNumber looks like "1,234,567.00".
Now my problem is how do I retrieve the value of the txtNumber so it will be
"1234567" and not "1,234,567.00".
Thanks for help.
Jason
I have a TextBox txtNumber which uses the CultureInfo( "en-US",
false ).NumberFormat,
so the txtNumber looks like "1,234,567.00".
Now my problem is how do I retrieve the value of the txtNumber so it will be
"1234567" and not "1,234,567.00".
Thanks for help.
Jason