Microsoft
Software
Hardware
Network
Question : Everything to the left of "<"
I need to grab everything to the left of the < character in a string - in c#
Answer : Everything to the left of "<"
Try:
1: 2:
string myString = "Hello<World"; myString = myString.Substring(0, myString.IndexOf('<'));
Random Solutions
Login Script to add multiple network printers?
WMIC Get Make, Model and Serial Number
Unattended Windows 7 Installation answer file not working
Safari 5 Crashes immedietly
How to redirect requests to a particular web site to a local server?
how to implement a pac file using group policy
first try with Access 2003 and SOAP -- any ideas what's wrong?
How do most developer handle localization in .NET?
Win2000 Terminal Server and your terminal services client license will expire in x days
Follow up php question - php mailer