regular strings in resx?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi all,
how to read regular strings from a resx file? ResourceManager.GetString()
returns @"first line\nsecond line" although "first line\nsecond line" is in a
resx file. or is any string in a resx file verbatim by definition? if yes my
next question is: how to use regular strings in resources?

pp
 
Pachyphloia,

In the program file directory of Visual Studio Net a C# source program to
edit the RESX.

I hope this helps,

Cor
 

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