logical-not
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.
Languages
Built-in, C++, C#, Java, XQuery, XSLT 1.0, XSLT 2.0, XSLT 3.0.
Parameters
Argument | Description |
---|---|
value | Mandatory parameter. Provides the input value. |