How to convert numeric string value to int number...
Example 123,456,789.00
output===== 123456789
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rahul ChavanPosted Apr 15, 2016, 7:40 AM
Posted Apr 15, 2016, 7:37 AM
Nilesh wanarePosted Apr 15, 2016, 6:01 AM
ali tuncerPosted Apr 15, 2016, 5:44 AM
Console.WriteLine(int.Parse(testnumber, System.Globalization.NumberStyles.Number));