How write string " " on c#
- by riad
dear all,
I need to write this same string to a txt file But C# find error on " " point.can anybody pls guide me:
my code:
writeText.WriteLine("<?xml version="1.0" encoding="utf-8"?>");
needed uoutput on txt file is:
pls guide
Thanks
riad