Boolean Intrinsic Functions - AsString Method

Return the variable as a string

Member of Boolean Intrinsic Functions (PRIM_LIBI.IBooleanIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

String

Resulting string

FalseCaption

*Input (Optional)

String

Value to return for a false value

TrueCaption

*Input (Optional)

String

Value 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

  • No labels