BBjspHashMap::getTypeOf (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 17.0 and higher, this method returns the data-type of the value bound to the key.
The types are as follows:
-
D - a Double
-
F - a Float
-
I - an Integer
-
C - a String
-
O - an Object
Syntax
Return Value |
Method |
char |
getTypeOf(string key) |
Parameters
Variable |
Description |
key |
The name of the object. |
Return Value
Returns the type of the object.
Remarks
None.
Example
|