M
Montaque[.NET MVP]
I have a class and one of the properties is a string.
Stored in this string is the contents of a multiline
textbox.
All is fine except for when the class object is passed to
a webservice to be saved in the database. Once passed to
the webservice all instances of \r\n (Environment.NewLine)
in the objects string property are replaced with \n -
how can happen?
Stored in this string is the contents of a multiline
textbox.
All is fine except for when the class object is passed to
a webservice to be saved in the database. Once passed to
the webservice all instances of \r\n (Environment.NewLine)
in the objects string property are replaced with \n -
how can happen?