| ExtensionsConvertionsToBool Method |
Converts a string to bool.
This will first try to compare the string to "true" or "y" and then to "false" or "n". If both fails
then it will use
TryParse(String, Boolean) to parse the string to
bool. If that also fails then the string will be compared to "1".
Namespace:
Cauldron
Assembly:
Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax Exceptions See Also