Casts an object to another type, typically for numeric types.
May performs a compatibility check and returns null if not compatible.
@param object to cast
@return casted or transformed object, possibly the same, or null if the cast cannot be made
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.