Link to home
Start Free TrialLog in
Avatar of sbornstein2
sbornstein2

asked on

C# Iterate over string question

Hello all,

I have a string where I need to take only up to 30 characters then after that create a new line.   It needs to also not split in between a word.   How can I do this until the end of the string?
ASKER CERTIFIED SOLUTION
Avatar of it_saige
it_saige
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sbornstein2
sbornstein2

ASKER

This was perfect thanks a lot.