Converts the specified string representation of a logical value to its Boolean equivalent.
true if s is equivalent to "True"; otherwise, false.
Exception Type | Condition |
---|---|
FormatException | s is not equivalent to TrueString or FalseString. |
BooleanConversionFunctions Class | NAnt.Core.Functions Namespace