Hi I would like to do the following
There is a parameter which is " string b "
when string b is 1.0 I want to convert it to 1
but when the string b is 1.5 I want to leave it as 1.5
So how do i do this conversion? 1.0 = 1 and 1.5 remains as is?
Go to the complete details ...