C
ChrisC
Im having trouble removing line breaks from my c# string. Actually, im
having trouble getting .Trim() to work properly, as it seems to count
a string that has nowt but a break of some sort as not being empty.
To get trim to work properly im trying to axe out the line breaks
seperately. Ive got .replace("/r") and "/n" but still having problems
with some strings. Are there paragraph markers or something I should
be removing too? how do i specify to remove them?
having trouble getting .Trim() to work properly, as it seems to count
a string that has nowt but a break of some sort as not being empty.
To get trim to work properly im trying to axe out the line breaks
seperately. Ive got .replace("/r") and "/n" but still having problems
with some strings. Are there paragraph markers or something I should
be removing too? how do i specify to remove them?