Reason for Leaving
Job search for a full time job in the bank while taking a ABC
PAPERS
I want this in single line so I used replace funtion to replace newline with space using vbnewline, System.Environment.newline , vblf but nothings working
value = value.Replace(Environment.NewLine, " ")
OR
value = value.Replace(vbCrlf, " ")
OR
value value.Replace(vbNewLine, " ")
If none of them work, write your content to a text file and open it on NotePad++. There, go to “View > Show Symbol > Show All Characters” and confirm that what you see is: