If by "changing length" here you mean "trim last 10 characters", then
use RemoveAt() method (which, of course, won't work on a string that
was MadeReadOnly()). Otherwise, please explain in more detail what you
want to achieve.
If by "changing length" here you mean "trim last 10 characters", then
use RemoveAt() method (which, of course, won't work on a string that
was MadeReadOnly()). Otherwise, please explain in more detail what you
want to achieve.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.