char[] java.lang.String.toCharArray()

송병훈·2022년 3월 22일
0

method

목록 보기
13/13

char[] java.lang.String.toCharArray()


문자열을 문자배열(char[])로 변환해서 반환한다.


Converts this string to a new character array.

Returns:
a newly allocated character array whose length is the length of this string and whose contents are initialized to contain the character sequence represented by this string.

profile
성실하고 꼼꼼하게

0개의 댓글