first call .Trim() on the string to get rid of leading and trailing spaces, then replace spaces as shown above with /r/n (instead of “”) might work
first call .Trim() on the string to get rid of leading and trailing spaces, then replace spaces as shown above with /r/n (instead of “”) might work