Home > lang > isboolean 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
IsBoolean
Result = IsBoolean ( Expression ) AS Boolean

Returns TRUE if the Expression is Boolean.

Example

PRINT IsBoolean(FALSE), IsBoolean((1 > 0) AND (2 > 1)), IsBoolean(IsBoolean("no matter what"))

True    True    True

PRINT IsBoolean(-1), IsBoolean(NULL)

False   False

See also

Datatype Functions