Thread
:
String.Trim not working
View Single Post
#
3
(
permalink
)
07-24-2006, 09:33 AM
hoser2001
Programmer
Join Date: Jul 2006
Posts: 175
Rep Power:
10
you mean:
Code:
String myString = "abunchacrap"; myString = myString.Trim("\r\n")
hoser2001
View Public Profile
Send a private message to hoser2001
Find all posts by hoser2001