! (boolean not)

<< Click to Display Table of Contents >>

Navigation:  IWML > Data Binding > Modifiers >

! (boolean not)

Supported types: boolean

 

Example:

 

=.users.IsAdmin:!

 

This will return the value of users.IsAdmin, but will perform a boolean not. ie, true becomes false and false becomes true.