J-Integra® Espresso Programming Documentation (API)

Any.insert_string Method

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

void insert_string(
 string str
);

Parameters

str
the string to insert into this Any object.

Return Value

none

Remarks

none

Exceptions

none

See Also

Any Interface | Any Members | Ics Namespace