Converts the data type of a CFML variable to pass as an
argument to an overloaded method of a Java object. Use only
for scalar and string arguments.
[type - quickly]
boolean,int,long,float,double,string
Lucee Function Reference
javacast()
Beispiel
javacast(string type,any variable):any
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
type | string | Yes |
Data type to which to convert variable: bigdecimal (converts to java.math.BigDecimal) |
variable | any | Yes | the object to cast |