Windows Phone Developers

Saturday, September 18, 2010

Cint Function in VB.NET / Convert String to Integer in VB.NET

Following snippet provides a hint for Converting an Integer to String

        Dim i1 As Integer

        Integer.TryParse("13", i1)

        MessageBox.Show(i1.ToString())
Digg Technorati Delicious StumbleUpon Reddit BlinkList Furl Mixx Facebook Google Bookmark Yahoo
ma.gnolia squidoo newsvine live netscape tailrank mister-wong blogmarks slashdot spurl StumbleUpon

No comments:

Post a Comment