trimend

  1. RBX

    [ASP.net][C#] String.TrimEnd() method

    Read this after reading the "Edit" section below :) I'm fetching 3 records, and maybe because the div I added last isn't included in 'lb_left_inner', I only get one. EDIT: I decided to use this, and I think this does the job s = s.Substring(0, s.Length - 6); still, I can get only 1 division...
Top Bottom