How to convert string to boolean
If i want to convert string value in boolean then how can i do this?
For example : am passing arguments "true" or "false" into the parameter.According to the value (true/false) user entered, it should show me 0 /1.
Thanks ,
|