Which of these methods can be used to convert all characters in a String into a character array?
(a) CharAt()
(b) getChars()
(c) TocharArray()
(d) All of the mentioned
The question was posed to me in a job interview.
My question is from Operation on Characters topic in portion Arrays and Strings of C#