How to split an address to a new life if it is too long?
For eg:
ahsdhasdh asdhashdah ae3asdas asd 32 asdhasdhas
this is my address…
Using LINQ Query, I need to split this address into new lines if the length is greater than 20.
It will check to see if there is space on the 20th character, and if there is, it will split to the new line.