22 module 
com {  module sun {  module star {  module script {
 
   44        [in] type xDestinationType )
 
 
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
This exception is thrown to indicate that a type conversion can not be performed.
Definition CannotConvertException.idl:28
Interface to provide standard type conversions.
Definition XTypeConverter.idl:30
any convertTo([in] any aFrom, [in] type xDestinationType)
Converts the value aFrom to the specified type xDestinationType.
any convertToSimpleType([in] any aFrom, [in] com::sun::star::uno::TypeClass aDestinationType)
Converts the value aFrom to the specified simple type aDestinationType.
base interface of all UNO interfaces
Definition XInterface.idl:46
TypeClass
This enum describes all type classes of UNO.
Definition TypeClass.idl:35
Definition Ambiguous.idl:20