Hello Everyone,
I have two string as shown below, i want to do data manipulation
String1 = “32.00”
String2= “32”
i want to compare the values from String1 and String2, so i want to do data manipulation in such a way that 32.00 and 32 should be equal.
Appreciate for the responses.
Thanks,
Shiva