toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities
/
KSLArrays
/
asStringArray
as
String
Array
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