L
Lance
Forgive the goofy subject title, but I don't know what to
call this...
I want to insert NewLines into an arbitrary string so
that the string will fit within a reasonably-sized
rectangle. For example, if a string is a single line of
~300 characters, then I might want to break up the string
into 4 lines that are ~75 characters each. But, of
course you want to keep words in-tact.
Writing my own method wouldn't be too tough, but
does .NET have any tools for doing this type of thing?
Thanks,
Lance
call this...
I want to insert NewLines into an arbitrary string so
that the string will fit within a reasonably-sized
rectangle. For example, if a string is a single line of
~300 characters, then I might want to break up the string
into 4 lines that are ~75 characters each. But, of
course you want to keep words in-tact.
Writing my own method wouldn't be too tough, but
does .NET have any tools for doing this type of thing?
Thanks,
Lance