try the substring() method.
First get the index of the decimal point, and pass it to the substring() method.
It will return a string starting from the decimal point until the end of the number.