Got a bit of a mind freeze at the moment. I have the following syntax:-
string[] repname = Thread.CurrentPrincipal.Identity.ToString().Split('\');
and I get an error on the split character. Can anyone advise on how I can do the split using the \ character as the delimiter?
Cheers
