using stringbuilder
-
Hi, I want to know about the stringbuilder and its use. Can it be used to read a text file line by line for further processing. Right now i m using array to read the whole contents of a text file and then processing it line by line using the array index. Is it possible by using stringbuilder. It is required to process each line in the text file seperately. Thanx in advnace
-
Hi, I want to know about the stringbuilder and its use. Can it be used to read a text file line by line for further processing. Right now i m using array to read the whole contents of a text file and then processing it line by line using the array index. Is it possible by using stringbuilder. It is required to process each line in the text file seperately. Thanx in advnace
-
Hi, I want to know about the stringbuilder and its use. Can it be used to read a text file line by line for further processing. Right now i m using array to read the whole contents of a text file and then processing it line by line using the array index. Is it possible by using stringbuilder. It is required to process each line in the text file seperately. Thanx in advnace
The StringBuilder class has nothing to do with reading a file in. It is there strictly to allow a faster, more efficient method of concatenating strings.
Arthur Dent - "That would explain it. All my life I've had this strange feeling that there's something big and sinister going on in the world." Slartibartfast - "No. That's perfectly normal paranoia. Everybody in the universe gets that." Deja View - the feeling that you've seen this post before.