preserve white space twine xmltextwriter.writestring
i am minute an xml request c#.
i have something this...
string cost = "reapp due m box nbr appl nbr date grps m box nbr appl nbr date grps _ _ _";
and i this...
objxmltextwriter.writestartelement("case");
objxmltextwriter.writestring(record);
objxmltextwriter.writeendelement();
and xml component turns out this...
<case>reapp due reapp due m box nbr appl nbr date grps m box nbr appl nbr date grps _ _ _ </case>
it fundamentally converted white space length incomparable 1 1 impression white space.
how i hinder this?
Comments
Post a Comment