Remove spaces from a string in VB.NET - Stack Overflow
How do you remove spaces from a string in VB.NET? ... To trim a string down so it does not contain two or more spaces in a row. Every instance of 2 or more space will be trimmed down to 1 space....