JavaCast
Method Signature
JavaCast(type=[string], variable=[any])Arguments
Argument
Type
Required
Description
Default
Examples
Convert a Boxlang Number to a Java double primitive
createObject( "java", "java.lang.Math" ).toRadians( javaCast( "double", 180.0 ) );
Additional Examples
Related
Last updated
Was this helpful?
