in reply to How to load a + into a string
The string is being sent to a server which then tries to convert it to a DateTime but does not see the + that is expecting
HTTP? Try %2B instead of +. See also Percent-encoding.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to load a + into a string
by Wroof (Novice) on Jun 16, 2014 at 21:28 UTC | |
by Anonymous Monk on Jun 16, 2014 at 22:02 UTC |