boolean

DATA TYPE

Contents

Contents
style description
boolean
Normal value: True or false it is written in the described below.
ex.)
- String('t','true', 'on', 'y', 'yes', '1','f', 'false', 'off', 'n', 'no', '0')
- String('True', 'TRUE', 'true', '1','False', 'FALSE', 'false', '0')
Incorrect value:
- String other than the above.
- Printable alphabets other than the above. *1 (Sign, blank, etc.)
- Multibyte character.
- Undisplayable character. *2
- Empty string.