Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Boolean Intrinsic Functions - AsString Method

Panel
bgColor#2c3c4c

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