Remove a word in a String or Trim Word Vb.net | TechbyMati



    Remove a word in a String or Trim Word Vb.net | TechbyMati

       Dim str As String = "TX195"


            'str = str.Substring(2)

    or

            str = str.Remove(0, 2)


            lbl_test.Text = str

     

    Matibar

    Blogger

    Thank You

    Previous Post Next Post

    Contact Form