N
Nicholas Paldino [.NET/C# MVP]
Alberto,
The reason it does not work is you are using @, which indicates you want
to treat the string as a literal, and not with escape characters. Remove
the @ from the beginning of the string, and it should work.
Hope this helps.
The reason it does not work is you are using @, which indicates you want
to treat the string as a literal, and not with escape characters. Remove
the @ from the beginning of the string, and it should work.
Hope this helps.