Hello, it should be something easy, but I'm breaking the head to solve.
I have a string, String(ValorTotal).replace("." , ""); //tira ponto
This string returns me the following value: 23600000000000004
What I need is, remove those 0000000000004
numbers and leave only 2360
.
If anyone knows, help me!