The text of this article is not in this database — only its details are. Read it on the old site: Convert char array to string in C#
3 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Convert char array to string in C#
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Bohdan StupakPosted Jun 20, 2022, 3:15 PM
For some reason I was under the impression that there is an implicit conversion between the array of chars and string. When I discovered that there is none this article helped me.
binod kmPosted Oct 23, 2012, 6:55 AM
hey thanks man for the article. but do the how will you do the same if the array is a multidimentional one. say i need to convert all rows of a 2D array arr[5,5] one after another into a string for some manipulation, how will i do that. thanks again