Boolean Intrinsic Functions - AsString Method

Return the variable as a string

Member of Boolean Intrinsic Functions (PRIM_LIBI.IBooleanIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)StringResulting string
FalseCaption*Input (Optional)StringValue to return for a false value
TrueCaption*Input (Optional)StringValue to return for a true value

Details

AsString returns a Boolean variable as a string. If false, the result will be "False". If true, it will be "True".

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2