Reading parameters from External file - C#

Posted by mouthpiec on Stack Overflow See other posts from Stack Overflow or by mouthpiec
Published on 2010-05-15T08:16:22Z Indexed on 2010/05/15 8:24 UTC
Read the original article Hit count: 126

Filed under:
|

I am writing an application using C# and I would like to read some parameters from an external file like for example a text file. The parameters will be saved in the file in the form of

parA = 5
parB = hello
etc

Can you pleas suggest a way how I can do this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about read-file