J-Integra® Espresso Programming Documentation (API)

Any.insert_boolean Method

Inserts the given boolean into this Any object's value field.

void insert_boolean(
 bool b
);

Parameters

b
the boolean to insert into this Any object.

Return Value

none

Remarks

none

Exceptions

none

See Also

Any Interface | Any Members | Ics Namespace