Hello all,
I am entangled in a difficult situation. I wish to remove commas in a string ( for example : 1,20,000 ) that is coming as an output from another system.
I will have to process the output in my C# application. I will have to save 1,20,000 as 120000 in SQL2K database.
Please let me know how to remove the commas from the string . I have tried String.Replace already but it is not working.
Please help
Thanks so much !
Santosh