[This is preliminary documentation and subject to change.]
Converts the specified string representation of a logical value to its Boolean equivalent.
true if value is equivalent to "True"; otherwise, false.
Missing <remarks> documentation for M:NAnt.Core.Functions.BooleanConversionFunctions.Parse(System.String)
Exception Type | Condition |
---|---|
FormatException | s is not equivalent to TrueString or FalseString. |
BooleanConversionFunctions Class | NAnt.Core.Functions Namespace