toBoolean()
Returns a boolean with a value represented by this string. The boolean returned represents a true value if the string argument is not null and is equal, ignoring case, to the string true.
Input Parameters
Return Value
Boolean The boolean value represented by this string. |