Inverts or flips the logical result of the input value. For example, if value is true, the function's result is false. If value is false, then result is true.
Built-in, C++, C#, Java, XQuery, XSLT 1.0, XSLT 2.0, XSLT 3.0.
Argument |
Description |
---|---|
value |
Mandatory parameter. Provides the input value. |