BBjspHashMap::getInt (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, this method will return an Integer value derived from the stored value in this BBjspHashMap.
If the object in the BBjspHashMap is not an Integer then the object will be coerced into an Integer if possible.
Syntax
Return Value |
Method |
Integer |
getInt(string key) |
Parameters
Variable |
Description |
key |
The name of the Integer object to return. |
Return Value
Returns the Integer object.
Remarks
None.
Example
|