Number Intrinsic Functions - AsBoolean Method

Return a string as a Boolean

Member of Number Intrinsic Functions (PRIM_LIBI.INumberIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)BooleanResulting Boolean

Details

AsBoolean converts a variable to a Boolean.
 
It will return False for a value of zero. All other values are considered to be True.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2