Forum Discussion

patan's avatar
patan
New Contributor III
5 years ago
Solved

Using the parsed Float value in string

I have double value coming from the source as a string. Source value: “NTGEW” : “3.400” I am using parseFloat() function to convert the string into double value. parseFloat($NTGEW) ===> 3.4 ...