C# / SQLConnection

08/31/2014 15:52 ​Exo#1
/solved
08/31/2014 15:53 snow#2
#moved
08/31/2014 18:09 Black Tiger ツ#3
The System.String in the textbox object is usually escaped by default.

Code:
System.Text.RegularExpressions.Regex.Unescape(textBox1.Text);