i have some string from a windows thats read like
"123,456,789.12"
"213.00"
"45,678.00"
it was read as string but i need to do some calculation on the numbers...
how can i convert those strings into integer ??
i have some string from a windows thats read like
"123,456,789.12"
"213.00"
"45,678.00"
it was read as string but i need to do some calculation on the numbers...
how can i convert those strings into integer ??