How to convert String object to Boolean object?
String
Boolean
This is how I did it:
"1##true".contains( string )
For my case is mostly either 1 or true. I use hashes as dividers.