operator RFC_INT 

Purpose

Obtains the integer value of the data.

Syntax

operator RFC_INT(void) const;

Return Value

Integer value of the data object.

Exceptions

Throws const char* for memory exceptions.

Description

Only allowed when the data type is TYPINT, TYPINT1, TYPINT2, or TYPFX with length <= 4.

Related Information

operator RFC_INT1

operator RFC_INT2

operator= (Integer)