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
 
Back
Top