From professional translators, enterprises, web pages and freely available translation repositories.
// tostring() implementation
// implementazione tostring()
Last Update: 2007-07-23
Usage Frequency: 2
Quality:
unexpected exception in tostring:
eccezione imprevista in tostring:
Last Update: 2007-08-29
Usage Frequency: 2
Quality:
out.println(getdate().tostring());
out.println(getdate().tostring());
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
avoid calling tostring() on an array
evitare di chiamare tostring() su un array
Last Update: 2007-07-23
Usage Frequency: 2
Quality:
avoid calling tostring() on string objects
evitare di chiamare tostring() su oggetti di stringa
Last Update: 2007-07-23
Usage Frequency: 2
Quality:
ensure method name is tostring() and not tostring()
verificare che il nome del metodo sia tostring() e non tostring()
Last Update: 2007-07-23
Usage Frequency: 2
Quality:
textupauthor.settext(comboupauthor.getselecteditem().tostring());
textupauthor.settext(comboupauthor.getselecteditem().tostring());
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
always declare the tostring() method with standard signature
dichiarare sempre il metodo tostring() con la relativa firma standard
Last Update: 2007-07-23
Usage Frequency: 2
Quality:
system.out.println(ports.nextelement().tostring());
system.out.println(ports.nextelement().tostring());
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
avoid creating a boxed primitive type inorder to call tostring on it
evitare di creare un tipo primitivo incasellato per chiamare tostring su di esso
Last Update: 2007-07-23
Usage Frequency: 2
Quality:
system.out.println( agenda.get(i).tostring() );
system.out.println( agenda.get(i).tostring() );
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
unknown result types are converted to strings using their tostring() method.
i tipi di risultato sconosciuti sono convertiti in string utilizzando il metodo tostring().
Last Update: 2007-10-23
Usage Frequency: 14
Quality:
it should point to a leaf of a dataobject instance that has a proper tostring() implementation.
dovrebbe collegare una pagina dell'istanza dataobject che dispone di un'implementazione tostring() appropriata.
Last Update: 2007-10-23
Usage Frequency: 6
Quality:
the implementation of jmsexception does not include the embedded exception in the output of its tostring() method.
l'implementazione di jmsexception non include l'eccezione incorporata nell'output del relativo metodo tostring().
Last Update: 2008-01-04
Usage Frequency: 4
Quality:
clone, equals, finalize, getclass, hashcode, notify, notifyall, tostring, wait, wait, wait
clone, equals, finalize, getclass, hashcode, notify, notifyall, tostring, wait, wait, wait
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
walks all selected elements, their sub-selected elements and outputs the result of their .tostring() evaluation to the console
agisce su tutti gli elementi selezionati, i relativi elementi secondari e trasmette il risultato della valutazione .tostring() alla console.
Last Update: 2006-08-07
Usage Frequency: 3
Quality:
the mqheader objects returned from the nextheader() method display their structure and contents when their tostring method is invoked.
gli oggetti mqheader restituiti dal metodo nextheader() visualizzano la loro struttura e i loro contenuti quando viene richiamato il loro metodo tostring.
Last Update: 2008-03-05
Usage Frequency: 4
Quality:
if the tostring() method is not defined, itcam will publish the content of the java objects as-is, which may not contain useful data.
se il metodo tostring() non è definito, itcam pubblicherà il contenuto degli oggetti java nello stato in cui si trovano; quindi potrebbero non contenere dati significativi.
Last Update: 2006-10-20
Usage Frequency: 3
Quality:
create a plug-in that contributes an action to enumerate the selected elements, their sub-elements and output the result of their .tostring() evaluation to the console.
crea un plugin che contribuisce ad un'azione per enumerare gli elementi selezionati, i relativi elementi secondari e trasmettere il risultato della valutazione .tostring() alla console.
Last Update: 2007-07-23
Usage Frequency: 4
Quality: