I have the String which i need to convert the Long. I using the Number and parseFloat digit value is getting changed 8807867939188684786 -->> 8807867939188685000
I have to convert the INC8807867939188684786 to 8807867939188684786 as long or Number
"INC8807867939188684786".slice(3)
output : "8807867939188684786"
1st Try
Number("INC8807867939188684786".slice(3))
Output : 8807867939188685000
2nd try
parseFloat("INC8807867939188684786".slice(3))
14:39:36.420 8807867939188685000