Hi all,
I am trying to write a function which accepts a string as input and gives the integer as output,
The string can be in any of these format for ex:2,500.75 or 2.500,7501 or 2'500.7513 or 2500,254 the output of function should be like 2500.56
Basically trying to get rid of the thousand separator which can be either a comma,or apostrophe. ..
I request you experts to help me out at the earliest....
waiting for your replies ...thanks in advance....