I have a string that contains a decimal value in "ab.xy" (for example "32.15"). I need to convert this to a decimal number like ab.xy (32.15).
Sho