G
greenrob
hello,
I am just wondering what is the different by putting an extra "@" sign
in front of string delcaration ? Specifically :
string test = "hahaha";
string test1 = @"huhuuh";
What is the difference between test and test1 above ?
Thanks a bunch.
rgds
Rob
I am just wondering what is the different by putting an extra "@" sign
in front of string delcaration ? Specifically :
string test = "hahaha";
string test1 = @"huhuuh";
What is the difference between test and test1 above ?
Thanks a bunch.
rgds
Rob
