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
WD My Book Drive Failing or Not, Given Windows 7 Event Log Errors?
VS2010 add project to solution
Dynamically passing the parameter the service constructor (without configuration file)
asp.net, c#, drop down list error
infopath regular expressions
UltraTree and Filtering ?
Update Panel not loading DropDown
Export-Mailbox says pst directory does not exist when it does
how to add swap partition to exsting swap in redhat linux
Mailman, the GNU Mailing List Manager - is there an interface to programmatically maintain email addrs?