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
Auto login Windows 7
exchange 2003 permissions issue
iSCSI Performance Tuning
problems with specific user in exchange 2003 environment
Cheap backlinks? Best bang for the buck SEO site?
Custom toolbar query view...
Which Java IDE is as friendly as Visual Studio
Saving data to multiple text file
Error running DC Promo on Windows 2008 R2
Form Label Updates Not Working Properly