M
Maziar Aflatoun
Hi everyone,
I'm using C# to generate an ics file that gets stored in the database. I
need to add a newline character (\n) to my text file but no matter what I do
it doesn't appear as \n. I have tried \r\n too.
Ex. This is what I need as the end result
This is a \n test
But this is what I'm getting
This is a test
I need to have the \n shown in my text file.
Thank you
Maz.
I'm using C# to generate an ics file that gets stored in the database. I
need to add a newline character (\n) to my text file but no matter what I do
it doesn't appear as \n. I have tried \r\n too.
Ex. This is what I need as the end result
This is a \n test
But this is what I'm getting
This is a test
I need to have the \n shown in my text file.
Thank you
Maz.