P
Phil Jones
If I have an array of [Object]'s, all of the same type (say [String] for
example).
Is there a quick way to cast that to a typed String array?
Presently I'm having to copy each object to a new array. I'm wondering if
there a conversion class within the framework that makes this quick and
simple.
Cheers everyone.
example).
Is there a quick way to cast that to a typed String array?
Presently I'm having to copy each object to a new array. I'm wondering if
there a conversion class within the framework that makes this quick and
simple.
Cheers everyone.