streamwriter
problem with regular expression replacement
I\'m trying to make a program to go through a lot of .sql files and replace names for example view_name to [dbo].[view_name]. So far it replaces most of the words, however if a name contains number in[详细]
2023-03-09 20:04 分类:问答How to find out whether a memory stream is filled properly
The code below tries to fill the message byte array with some simple text until the buffer is filled.[详细]
2023-03-09 08:20 分类:问答XNA StreamReader/Writer how to read/write in different lines?
I\'m trying to write a simple .txt via StreamWriter. I 开发者_开发问答want it to look like this:[详细]
2023-03-05 06:08 分类:问答Resolving exception file in use after closing StreamWriter
I am getting the error: The process cannot access the file \'C:\\AMR_VOYANT_TESTING\\PWM_TESTER\\UUT_LOGS\\TEST_LOG_PWM_10245_UUT_SN_10.TXT\'[详细]
2023-03-02 14:21 分类:问答Calling StreamWriter from WCF
I have a function which works great in my console app. But when I move it over to my WCF, it bombs out every time. Can\'t figure out what I\'m doing wrong.[详细]
2023-03-01 15:29 分类:问答Enhancing performance of streamwriter in c#
in my program i need to write large text files (~300 mb), the text files contains numbers seperated by spaces, i\'m using this code :[详细]
2023-02-26 18:42 分类:问答Writing to MemoryStream with StreamWriter returns empty
I am not sure what I am doing wrong, have seen a lot of examples, but can\'t seem to get this working.[详细]
2023-02-25 21:34 分类:问答C++/CLi - Using streamwriter to write to text file is overwriting what's already there
The code I\'m using to write a string to a file is as follows: void addToWhitelist(System::String ^emailAddress)[详细]
2023-02-23 22:54 分类:问答Can any one tell why the previous data is still displayed while saving data using StreamWriter
I am saving data to a file-name using Stream writer but if i run the code for second time the same data is appended to the previous data but i would like to clear the old开发者_JAVA技巧 data and write[详细]
2023-02-23 06:55 分类:问答Text in file is not appended - C#
I\'ve decided to add a logging mechanism to my application so I can catch any errors or exceptions that are thrown. I\'ve noticed that when an entry to the log is created it is not added to the log, i[详细]
2023-02-18 16:15 分类:问答