C# and properties file

  • Thread starter Thread starter florins
  • Start date Start date
F

florins

Hi,
I am new to C#. I'm making a project which requires a property file
like this:
key1=value1
key2=value2
How can I read/modify this file in C# ? There is a class in C# like
Properties in java ?

Thanks,
Florin
 
Hello Florin

I would go for XML instead of property files. Mail me if you need some code:
sui [who does not like spam] [at] zhwin dot ch

Regards, Philipp



Hi,
I am new to C#. I'm making a project which requires a property file
like this:
key1=value1
key2=value2
How can I read/modify this file in C# ? There is a class in C# like
Properties in java ?

Thanks,
Florin
 
Back
Top