/ Published in: C#
trimend() is cool
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// before : mystring = "abcde;" mystring = mystring .TrimEnd(';'); // after : mystring = "abcde"
URL: http://forums.asp.net/t/935205.aspx