asStringArray

fun <T> asStringArray(array: Array<T>?): Array<String?>

Return

a String array holding the string value of the elements of the array

Parameters

array

the array of objects

the type of the objects