Microsoft
Software
Hardware
Network
Question : trim string
i need to trim off everything from the space to the end; example of string:
1310 ^*ka_+jdfkajsdkfj
need it to be
1310
Answer : trim string
string str = 1310 "^*ka_+jdfkajsdkfj";
str = str.Remove(str.IndexOf(" "));
Random Solutions
VB.NET: problem of debugging on windows 7
Migrating SharePoint to another server
Outlook 2007 w/ Exchange 2010 empty folder
How to perform find based on Date Parameters
KDL55HX701 or 55LH90, which is best/newer?
Java swing: AbstractButton
Parallel port to usb port adapter for Printer?
Audit Failure on Windows 2008
Dell PowerEdge Perc 4e/Di RAID 1 expansion
How do I modify textboxes/labels in an asp:repeater footertemplate through javascript (client side)