R
rlm
Newbie question: attempting the following...
userName = String.Concat(Environment.UserDomainName,
"\" ,Environment.UserName);
The error is "New Line in constant".
I tried figuring out the escape character - but I am and will be a
Newbie in C# for the next 4 - 6 months.
userName = String.Concat(Environment.UserDomainName,
"\" ,Environment.UserName);
The error is "New Line in constant".
I tried figuring out the escape character - but I am and will be a
Newbie in C# for the next 4 - 6 months.