in reply to Distinguishing between an array of objects and an array of strings
However, you should be very aware that people might be trying to pass objects, that they want to be treated as strings. See overload, operator '""', on how you can make an object from any class, return a useful result when treated as a string.
|
|---|