Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | 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 > FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.