the bool.Parse() method to convert a string to a boolean value.
the string "False" will be converted to the boolean value false, and the bool.TryParse() method will return true. If you pass in a string that is not a valid boolean value, the method will return false, and the result variable will contain the default value of false.