I\'m a newbie to c# so hopefully this one isn\'t too hard for a few of you.
I\'m trying to build a string that has a \\ in it and I am having difficulty getting just one
string requiredString = string.Format(@"{0}\\{1}",str1,str2);