The following removes all commas from the end of a string.
while (str.ToString().EndsWith(",")) { str = str.Remove(str.Length - 1, 1); }Leave a Comment
The following removes all commas from the end of a string.
while (str.ToString().EndsWith(",")) { str = str.Remove(str.Length - 1, 1); }Leave a Comment
Just wanted to share information on this hosting provider. I’ve been using Hostigation for a while now for backups, cheap and for the most part pretty stable. Lately they’ve been problems with a spammer, which is not allowed, but they’ve fixed the problem.
The plans just give you 64MB of RAM but that’s because you don’t need RAM if your just doing backups and these plans are just for backups.
You can get up to 300GB for a quarterly payment of $40. That’s less than $15 bucks a month.
Leave a CommentThis looks like a promising plugin for Visual Studio. It’s already helped me search for text in a large! object. I also used its comparison features. So far so good. Just need to make the decision whether its worth $49.
You can visit the website here for more information and for the 60 day trial: http://www.bugaidsoftware.com/
Leave a Comment