A 
		
								
				
				
			
		Alfons
Hi,
How can I convert an array of chars into a string and vice
versa ?
char[] myChars = new char[10];
I want to convert these 10 chars into a single string, but
how ?
And if I have a single string, like
string ss = "abcdef";
How can I make an array of chars from this ?
Thx,
Alfons
				
			How can I convert an array of chars into a string and vice
versa ?
char[] myChars = new char[10];
I want to convert these 10 chars into a single string, but
how ?
And if I have a single string, like
string ss = "abcdef";
How can I make an array of chars from this ?
Thx,
Alfons
 
	