help with a c# strings issue
- From: "rick watson" <rwatson@xxxxxxxxxxxxxx>
- To: <programmingblind@xxxxxxxxxxxxx>, <BlindGeeks@xxxxxxxxxxxxxxx>
- Date: Thu, 21 May 2009 11:12:15 -0400
Good morning listers,
I have the following code:
string uninstall = "MsiExec.exe /X{920D9033-C6FC-4443-BB40-BC06C22133C0}";
part1 = uninstall.Split("/".ToCharArray())[0];
this means that part1 is: MsiExec.exe
what code is necessary to get part 2 (the part of the string after part 1?
Having a brain burp this morning.
Thanks
Rick
Other related posts: