Standard LibraryTypesTypeInfoMethodsadd_type_conversionOn this pageadd_type_conversion Method of TypeInfo. add_type_conversion(const TypeInfo t_to, const Function<Object(Object)> t_func) -> void Adds a type conversion function between two types. Parameters t_to: The target type to convert to. t_func: The conversion function.