0
Is it possible to make a program read data from a file, and use it in the program as custom data?
What i mean is can a program take multiple data from a file(like birthday dates) and convert each one into an individual value in the program
1 Respuesta
+ 1
You can use StreamReader from System.IO and iterate through each line in order to get all values.
https://www.dotnetperls.com/streamreader