KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
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