VOOZH about

URL: https://www.geeksforgeeks.org/scala/scala-string-tochararray-method-with-example/

⇱ Scala String toCharArray() method with example - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Scala String toCharArray() method with example

Last Updated : 29 Oct, 2019
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
Comment
Article Tags:

Explore