View Single Post
  #2 (permalink)  
Old 08-01-2007, 02:42 PM
shanePreater shanePreater is offline
Member
 
Join Date: Jul 2007
Location: England, Bath
Posts: 47
shanePreater is on a distinguished road
Umm I think I maybe missing something here so if this is not what you meant please provide a bit more info but to convert char[] -> String you would do:
Code:
char[] chars = "onevision"; String covertedChars = new String(chars);
__________________
Shane Preater -
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote