Sorry, typo, double checked, I used \'s.
> The C# escape character is a backslash '\', not a forward slash '/'
>
[quoted text clipped - 6 lines]
> > character. Unless I am doing something wrong, this has to be a bug. Any
> > suggestions or ideas?
Charlie Williams - 17 Nov 2004 22:20 GMT
I'm sorry, then. I don't know what the problem is, assuming you're using C#
(or at least not VB.NET, which doesn't use the '\' as an escape character),
the string in question is in the code file (i.e., not retrieved from a config
file or some other outside source - the '\'s wouldn't be escape characters in
that case), and the string is not marked as being literal (with an ampersand
'@').
> Sorry, typo, double checked, I used \'s.
>
[quoted text clipped - 8 lines]
> > > character. Unless I am doing something wrong, this has to be a bug. Any
> > > suggestions or ideas?