Boolean
Variable that can take the values true or false (or 1 or 0 for binary).
When converting a variable of the Boolean type to a variable of the String type, the string is either true or false.