Posts by Henrique Q. • 21 points
2 posts
-
0
votes0
answers30
viewsQ: How to migrate TXT file to Webservice?
Good staff I have this code: public static string filePath = Path.GetTempPath(); public static void ImportFile(string path, string fileToRead) { if (!File.Exists(path)) File.Create(path).Close();…
-
-3
votes1
answer666
viewsQ: Convert TXT to XML using C#
I want to put the data below that are in a text file (txt) for XML, what is the code C# doing? # Number | Gender | GivenName | Surname | StreetAddress | City | StateFull | ZipCode | EmailAddress |…