how to take string input into a char array?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sahasrani
    New Member
    • Sep 2014
    • 1

    how to take string input into a char array?

    Hii all,
    I want to take string input into a char array.Can someone help me with the functionality for the above problem.
  • pod
    Contributor
    • Sep 2007
    • 298

    #2
    char[] arr = "Hello World".ToCharAr ray;

    Comment

    Working...