c# equivalent of x php escape sequence?

Solution:
This may have been previously answered, check this previous post out to see if it helps:
Answer
Solution:
You can do it, sort of, with \u. This will insert a unicode character in to the string. Strings in .Net are unicode, so you can't throw in single byte values like you can in other languages.
See http://msdn.microsoft.com/en-us/library/aa664669(v=vs.71).aspx .
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: property [id] does not exist on this collection instance.
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.