whitespace

  1. P

    Question Cannot remove the extra spaces from textfield output !!!!

    So, I am executing a function which returns some string value in textfields. But, when I am trying to use the textfield value somewhere else; it gets added with some extra spaces and I am not able to achieve the desired task. I have tried Trim() and it didnt help and I have also tried...
  2. C

    Remove only TRAILING Whitespace?

    Hi all, I'm having difficulty with some strings of varying 'meaningful' length from a different database (not under my control) that I am trying to trim in my vb.net code. I only want to remove TRAILING whitespace... therefore, I can't really use .trim method. The reasoning behind this being...
Back
Top