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
Enteprise Application Documentation Application
OneNote 2010 default search using last scope
Get current active application name
OWA setup issues in Exchange 2010
System.InvalidCastExceptio
n was unhandled by user code Error code on LINQ
Types of authentications in ASP.NET and when are they used?
How to save images and image file paths into SQL from delphi form
How do I convert HDMI output to DVI ?
How can I databind with a default entry of string.Empty
Java Not Working in Internet Explorer or Firefox