A
Anders M
Hi!
I'd like to format a string as follows:
hi my name is anders and I'm programming
to:
hi my name...
The formatting should shorten the text to at most 10 chars and add "..." in
the end.
Is that possible with String.Format?
/Anders
I'd like to format a string as follows:
hi my name is anders and I'm programming
to:
hi my name...
The formatting should shorten the text to at most 10 chars and add "..." in
the end.
Is that possible with String.Format?
/Anders