getIntValue

getIntValue — retrieves the point data as an int-typed value.

Syntax

For C++, Java, and C#:

int getIntValue(void);

Returns

The current object value as an integer.

Description

This method will convert the point value type if needed. If the string cannot be converted, 0 is returned. Strings representing hex, octal, or binary integers generate 0.