المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : ignore special chars in string



C# Programming
05-30-2010, 08:13 PM
Hello,

I want to insert for example the next data into a string variable:

string temp="abc"efg";

How can i do it? there is an error because of the " char . (new line in constant error)