String to Number in Dropdown

String to Number in Dropdown

I have a Dropdown R1,  where the choices are 3, 3.5, 4, 5.5  
I want to multiply the Price of an item by R1 as a percentage

Have tried returning R1 as R1.toNumber()   
                                    as  toLong(input.R1)

but receive error messages