I
In-Ho Yi
When I call a webmethod from my application, the enter
code is encoded as "\r\n" (which is default,
Environment.NewLine), when this string arguement is passed
to the web method, the enter code becomes "\n". Problem
with XML serialization, perhaps? Is there any attribute
that I can set to prevent this conversion?
code is encoded as "\r\n" (which is default,
Environment.NewLine), when this string arguement is passed
to the web method, the enter code becomes "\n". Problem
with XML serialization, perhaps? Is there any attribute
that I can set to prevent this conversion?