/ Published in: C#
URL: http://forums.asp.net/t/935205.aspx
trimend() is cool
Expand |
Embed | Plain Text
// before : mystring = "abcde;" mystring = mystring .TrimEnd(';'); // after : mystring = "abcde"
You need to login to post a comment.
