Hi Folks,
I need to develop a C# function that receives, as input, a
string
(let's say from an ASP.NET text box) and that returns a
string which is
the input string wrapped at the column number specified by
the caller
(as another function parameter); another requirement is
that, when
wrapping the text, a word cannot be cut (it has to go to the
new line
instead). Any ideas/ suggestions/resources?
Thanks a lot
|