Home > Contents > Index >
FTVAL.GetInt
Returns the integer value associated with this
FTVAL
object.Syntax
public int GetInt()Returns
An integer corresponding to the value stored in the
FTVAL
object. If theFTVAL
type is notI4
, this method returns0
.Example
Suppose that
MyVal
holds an integer value. In this case, the following code fragment returns that integer value intox
:
int x = MyVal.GetInt();See Also
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.