JavaCast
Cast a variable to a specified Java type
Method Signature
Arguments
Argument
Type
Required
Description
Default
type
string
true
The name of a Java primitive or a Java class name.
variable
any
true
The variable, Java object, or array to cast.
Examples
Related
Last updated