creating a properties file

  • Thread starter Thread starter sony.m.2007
  • Start date Start date
S

sony.m.2007

Hi,

Is there any way of creating a properties file for storing key value
pairs in C#.Net?

Thanks
Sony
 
Is there any way of creating a properties file for storing key value
pairs in C#.Net?

Configuration files in .NET *tend* to be in XML. However, it's easy to
write your own properties file implementation in C#, particularly if
you don't really care about multi-line property values etc. I'd advise
the use of UTF-8 instead of having \uxxxx style escape sequences.

Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top