Open In App

Scala String toCharArray() method with example

Last Updated : 29 Oct, 2019
Comments
Improve
Suggest changes
1 Like
Like
Report
The toCharArray() method is utilized to convert a stated string to CharArray.
Method Definition: char[] toCharArray() Return Type: It returns CharArray.
Example: 1#
Output:
G
e
e
k
s
f
o
r
G
e
e
k
s

Example: 2#
Output:
N
i
d
h
i

Next Article

Similar Reads