i have one string, and i assign the value like,
string str="admin" + @"" + "user";
The output of the "str" value comes as
"admin\
user"
. But i need "str" value as
"admin
user"
.
That means i need single ""
symbol instead of ""
within the string values. How can i get this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…