Ran into a strange issue, and I believe + are being stripped from strings. Running this code in the Script Sandbox:
I have the debugger watching in VS, and its reporting the following:
Am I correct in stating that strings are getting sanitized before they reach our custom code? How can we pass in data and get that exact data in C#?