How write string " " on c#
Posted
by riad
on Stack Overflow
See other posts from Stack Overflow
or by riad
Published on 2010-05-26T08:00:40Z
Indexed on
2010/05/26
8:01 UTC
Read the original article
Hit count: 278
c#
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
© Stack Overflow or respective owner