.Net Rant

How does .net make me feel stupid? With over 7 years of professional experience and 13 all together, I can’t find/figure out how to convert a string to an integer. I must be fucking moron. Not!

I see after, 20 minutes of hunting and finding that everything wants to be as string with the ToString function, I found System.Convert.ToInt32(string). Wow, this is such an improvement over CInt(string) or Val(string) in VBScript and VB6. Oh look Val is in VB.Net, but not C#, because that makes sense seeing that they both compile into the same code.

Leave a Reply

You must be logged in to post a comment.