XML Document added Extra "\"

christopher3683

New member
Joined
Aug 13, 2013
Messages
4
Programming Experience
5-10
Hi,

I have created xmldocument, which is created successfully, but the problem is when i want to convert xml document to string
i'm getting result like this. automatically added the string \"1.0\"
C#:
<?xml version=\"1.0\" encoding=\"UTF-8\" standalone="yes"?>

but i need only

C#:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 

Latest posts

Back
Top Bottom