A
Arnold Peters
I have e.g. a declaration like:
Object myobj = ...<unknown>...
Now I want to assign it to a String. For most possible Objects it works
but sometimes a Object could occur for which a conversion is not possible.
How do I detect in advance (without using a try ... catch clause) if it is possible?
Arni
Object myobj = ...<unknown>...
Now I want to assign it to a String. For most possible Objects it works
but sometimes a Object could occur for which a conversion is not possible.
How do I detect in advance (without using a try ... catch clause) if it is possible?
Arni