I don't think you can do that on a single step. I can see two options:
1.- Create a new Vector, populate it with Long values transformed to Strings and then use the toArray method.
2.- Use toArray method to get a Long[] and them transform it to String[] element by element.
I'd use second one.
Cheers,
Dian